You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by so...@apache.org on 2005/08/13 01:57:13 UTC

svn commit: r232407 - /httpd/mod_smtpd/trunk/configure

Author: soc-rian
Date: Fri Aug 12 16:57:11 2005
New Revision: 232407

URL: http://svn.apache.org/viewcvs?rev=232407&view=rev
Log:
More robuse apache version checking in configure

Modified:
    httpd/mod_smtpd/trunk/configure

Modified: httpd/mod_smtpd/trunk/configure
URL: http://svn.apache.org/viewcvs/httpd/mod_smtpd/trunk/configure?rev=232407&r1=232406&r2=232407&view=diff
==============================================================================
--- httpd/mod_smtpd/trunk/configure (original)
+++ httpd/mod_smtpd/trunk/configure Fri Aug 12 16:57:11 2005
@@ -1304,7 +1304,7 @@
 	fi
 
 
-	min_apache_version=2.0.56
+	min_apache_version=2.0
 	AP_BIN=`$APXS_BIN -q BINDIR`
 	our_apache_version=`$AP_BIN/httpd -v | grep -i Apache |
 			    sed -e 's/.*Apache\///' | tr -dc ^0-9.`