summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-04-28 19:42:30 +0000
committerSascha Schumann <sas@php.net>2003-04-28 19:42:30 +0000
commit77d490c8face3321344d861d95dddc65c3795184 (patch)
tree998f4b6657ac29651696ab30a78e24947d2e24b5
parent3005a78fbff9fd01f062779c03a470e3ea231fcb (diff)
downloadphp-git-77d490c8face3321344d861d95dddc65c3795184.tar.gz
usage fix
-rw-r--r--sapi/apache2filter/config.m42
-rw-r--r--sapi/apache2handler/config.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4
index be1b57bd63..4ab56aa06f 100644
--- a/sapi/apache2filter/config.m4
+++ b/sapi/apache2filter/config.m4
@@ -23,7 +23,7 @@ AC_ARG_WITH(apxs2filter,
AC_MSG_RESULT([Sorry, I cannot run apxs. Possible reasons follow:])
AC_MSG_RESULT()
AC_MSG_RESULT([1. Perl is not installed])
- AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs])
+ AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2filter=/path/to/apxs])
AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
AC_MSG_RESULT()
AC_MSG_RESULT([The output of $APXS follows:])
diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4
index d4d04e1451..f6beece79b 100644
--- a/sapi/apache2handler/config.m4
+++ b/sapi/apache2handler/config.m4
@@ -23,7 +23,7 @@ AC_ARG_WITH(apxs2,
AC_MSG_RESULT([Sorry, I cannot run apxs. Possible reasons follow:])
AC_MSG_RESULT()
AC_MSG_RESULT([1. Perl is not installed])
- AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2handler=/path/to/apxs])
+ AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs])
AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
AC_MSG_RESULT()
AC_MSG_RESULT([The output of $APXS follows:])