sniper          Sun Apr 10 15:32:20 2005 EDT

  Modified files:              
    /php-src/sapi/apache2handler        config.m4 
  Log:
  - Say in the help too this is the handler module..
  
http://cvs.php.net/diff.php/php-src/sapi/apache2handler/config.m4?r1=1.11&r2=1.12&ty=u
Index: php-src/sapi/apache2handler/config.m4
diff -u php-src/sapi/apache2handler/config.m4:1.11 
php-src/sapi/apache2handler/config.m4:1.12
--- php-src/sapi/apache2handler/config.m4:1.11  Sat Dec 11 21:11:27 2004
+++ php-src/sapi/apache2handler/config.m4       Sun Apr 10 15:32:19 2005
@@ -1,10 +1,10 @@
 dnl
-dnl $Id: config.m4,v 1.11 2004/12/12 02:11:27 moriyoshi Exp $
+dnl $Id: config.m4,v 1.12 2005/04/10 19:32:19 sniper Exp $
 dnl
 
 AC_MSG_CHECKING(for Apache 2.0 handler-module support via DSO through APXS)
 AC_ARG_WITH(apxs2,
-[  --with-apxs2[=FILE]     EXPERIMENTAL: Build shared Apache 2.0 module. FILE 
is the optional
+[  --with-apxs2[=FILE]     EXPERIMENTAL: Build shared Apache 2.0 Handler 
module. FILE is the optional
                           pathname to the Apache apxs tool; defaults to 
"apxs".],[
   if test "$withval" = "yes"; then
     APXS=apxs

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

Reply via email to