sniper Sun Apr 10 15:29:08 2005 EDT
Modified files:
/php-src/sapi/apache2filter config.m4
Log:
Might not be obvious for everyone :)
http://cvs.php.net/diff.php/php-src/sapi/apache2filter/config.m4?r1=1.38&r2=1.39&ty=u
Index: php-src/sapi/apache2filter/config.m4
diff -u php-src/sapi/apache2filter/config.m4:1.38
php-src/sapi/apache2filter/config.m4:1.39
--- php-src/sapi/apache2filter/config.m4:1.38 Sun Dec 12 18:06:06 2004
+++ php-src/sapi/apache2filter/config.m4 Sun Apr 10 15:29:08 2005
@@ -1,11 +1,11 @@
dnl
-dnl $Id: config.m4,v 1.38 2004/12/12 23:06:06 moriyoshi Exp $
+dnl $Id: config.m4,v 1.39 2005/04/10 19:29:08 sniper Exp $
dnl
AC_MSG_CHECKING(for Apache 2.0 filter-module support via DSO through APXS)
AC_ARG_WITH(apxs2filter,
[ --with-apxs2filter[=FILE]
- EXPERIMENTAL: Build shared Apache 2.0 module. FILE
is the optional
+ EXPERIMENTAL: Build shared Apache 2.0 Filter 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