You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2007/01/05 20:27:34 UTC

svn commit: r493152 - /tomcat/connectors/trunk/jni/native/configure.in

Author: mturk
Date: Fri Jan  5 11:27:34 2007
New Revision: 493152

URL: http://svn.apache.org/viewvc?view=rev&rev=493152
Log:
Use the same prerequisite as APR 1.2

Modified:
    tomcat/connectors/trunk/jni/native/configure.in

Modified: tomcat/connectors/trunk/jni/native/configure.in
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/configure.in?view=diff&rev=493152&r1=493151&r2=493152
==============================================================================
--- tomcat/connectors/trunk/jni/native/configure.in (original)
+++ tomcat/connectors/trunk/jni/native/configure.in Fri Jan  5 11:27:34 2007
@@ -2,7 +2,7 @@
 dnl Process this file with autoconf to produce a configure script
 dnl
 
-AC_PREREQ(2.13)
+AC_PREREQ(2.50)
 AC_INIT(configure.in)
 
 AC_CONFIG_AUX_DIR(build)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org