]> granicus.if.org Git - php/commitdiff
Make these configure messages differ from the regular apache configure
authorfoobar <sniper@php.net>
Mon, 3 Feb 2003 15:42:11 +0000 (15:42 +0000)
committerfoobar <sniper@php.net>
Mon, 3 Feb 2003 15:42:11 +0000 (15:42 +0000)
sapi/apache_hooks/config.m4

index 2a6c96311d8ff04c18b2c9d6cc2cd2a19636b772..558250b6a8c887577823d3d4a25786042e573492 100644 (file)
@@ -2,7 +2,7 @@ dnl
 dnl $Id$
 dnl
 
-AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS)
+AC_MSG_CHECKING(for Apache 1.x (hooks) module support via DSO through APXS)
 AC_ARG_WITH(apache-hooks,
 [  --with-apache-hooks[=FILE]      
                           EXPERIMENTAL: Build shared Apache 1.x module. FILE is the optional
@@ -89,7 +89,7 @@ AC_ARG_WITH(apache-hooks,
 APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache_hooks/mod_php4.* sapi/apache_hooks/libphp4.module"
 
 if test "$PHP_SAPI" != "apache_hooks"; then
-AC_MSG_CHECKING(for Apache 1.x module support)
+AC_MSG_CHECKING(for Apache 1.x (hooks) module support)
 AC_ARG_WITH(apache-hooks-static,
 [  --with-apache-hooks-static[=DIR]     
                           EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level Apache