sniper          Fri Oct 11 21:48:47 2002 EDT

  Modified files:              
    /php4/sapi/cgi      config.m4 
  Log:
  ws fix
  
  
Index: php4/sapi/cgi/config.m4
diff -u php4/sapi/cgi/config.m4:1.19 php4/sapi/cgi/config.m4:1.20
--- php4/sapi/cgi/config.m4:1.19        Sun Sep 29 12:22:48 2002
+++ php4/sapi/cgi/config.m4     Fri Oct 11 21:48:47 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.19 2002/09/29 16:22:48 sas Exp $
+dnl $Id: config.m4,v 1.20 2002/10/12 01:48:47 sniper Exp $
 dnl
 
 AC_DEFUN(PHP_TEST_WRITE_STDOUT,[
@@ -38,7 +38,7 @@
 
   PHP_TEST_WRITE_STDOUT
 
-  PHP_ARG_ENABLE(force-cgi-redirect,whether to force Apache CGI redirect,
+PHP_ARG_ENABLE(force-cgi-redirect,whether to force Apache CGI redirect,
 [  --enable-force-cgi-redirect
                           Enable the security check for internal server
                           redirects.  You should use this if you are
@@ -51,7 +51,7 @@
   fi
   AC_DEFINE_UNQUOTED(FORCE_CGI_REDIRECT,$REDIRECT,[ ])
 
-  PHP_ARG_ENABLE(discard-path,whether to discard path_info + path_translated,
+PHP_ARG_ENABLE(discard-path,whether to discard path_info + path_translated,
 [  --enable-discard-path   If this is enabled, the PHP CGI binary
                           can safely be placed outside of the
                           web tree and people will not be able
@@ -83,7 +83,7 @@
         FHTTPD_LIB=$withval/servproc.o
         FHTTPD_TARGET=$withval/
         PHP_BUILD_STATIC
-               PHP_SAPI=cgi
+        PHP_SAPI=cgi
         AC_DEFINE(FHTTPD,1,[ ])
         AC_MSG_RESULT(yes - fhttpd 0.3.x)
       else



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to