SOURCES (DEVEL): php-nohttpd.patch - fixed

arekm arekm at pld-linux.org
Thu Aug 25 19:59:17 CEST 2005


Author: arekm                        Date: Thu Aug 25 17:59:17 2005 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- fixed

---- Files affected:
SOURCES:
   php-nohttpd.patch (1.1.4.1 -> 1.1.4.2) 

---- Diffs:

================================================================
Index: SOURCES/php-nohttpd.patch
diff -u SOURCES/php-nohttpd.patch:1.1.4.1 SOURCES/php-nohttpd.patch:1.1.4.2
--- SOURCES/php-nohttpd.patch:1.1.4.1	Thu Aug 25 15:51:01 2005
+++ SOURCES/php-nohttpd.patch	Thu Aug 25 19:59:11 2005
@@ -6,10 +6,10 @@
    # Test that we're trying to configure with apache 2.x
    PHP_AP_EXTRACT_VERSION($APXS_HTTPD)
 -  if test "$APACHE_VERSION" -le 2000000; then
-+  if test "$APACHE_VERSION" -gt 0 -a -le 2000000; then
++  if test "$APACHE_VERSION" -gt 0 -a "$APACHE_VERSION" -le 2000000; then
      AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3.  Please use the appropiate switch --with-apxs (without the 2)])
 -  elif test "$APACHE_VERSION" -lt 2000044; then
-+  elif test "$APACHE_VERSION" -gt 0 -a -lt 2000044; then
++  elif test "$APACHE_VERSION" -gt 0 -a "$APACHE_VERSION" -lt 2000044; then
      AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required])
    fi
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-nohttpd.patch?r1=1.1.4.1&r2=1.1.4.2&f=u




More information about the pld-cvs-commit mailing list