sniper          Tue Nov 19 12:58:11 2002 EDT

  Modified files:              
    /php4/sapi/apache_hooks     config.m4 
  Log:
  Fix the configure..
  
  
Index: php4/sapi/apache_hooks/config.m4
diff -u php4/sapi/apache_hooks/config.m4:1.2 php4/sapi/apache_hooks/config.m4:1.3
--- php4/sapi/apache_hooks/config.m4:1.2        Mon Nov 18 20:20:42 2002
+++ php4/sapi/apache_hooks/config.m4    Tue Nov 19 12:58:10 2002
@@ -1,10 +1,11 @@
 dnl
-dnl $Id: config.m4,v 1.2 2002/11/19 01:20:42 gschlossnagle Exp $
+dnl $Id: config.m4,v 1.3 2002/11/19 17:58:10 sniper Exp $
 dnl
 
 AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS)
 AC_ARG_WITH(apache-hooks,
-[  --with-apache-hooks[=FILE]      Build shared Apache 1.x module. FILE is the 
optional
+[  --with-apache-hooks[=FILE]      
+                          EXPERIMENTAL: Build shared Apache 1.x module. FILE is the 
+optional
                           pathname to the Apache apxs tool; defaults to "apxs".],[
   if test "$withval" = "yes"; then
     APXS=apxs
@@ -89,8 +90,9 @@
 
 if test "$PHP_SAPI" != "apache_hooks"; then
 AC_MSG_CHECKING(for Apache 1.x module support)
-AC_ARG_WITH(apache,
-[  --with-apache_hooks-static[=DIR]     Build Apache 1.x module. DIR is the top-level 
Apache
+AC_ARG_WITH(apache-hooks-static,
+[  --with-apache-hooks-static[=DIR]     
+                          EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level 
+Apache
                           build directory, defaults to /usr/local/apache.],[
    AC_DEFINE(APACHE_HOOKS,1,[ ])
   if test "$withval" = "yes"; then



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

Reply via email to