diff options
author | Sascha Schumann <sas@php.net> | 2003-04-28 19:43:09 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2003-04-28 19:43:09 +0000 |
commit | ca47774ede23cda412a8e79e5b607189b7ccf327 (patch) | |
tree | 3c6bf932d72357a287efd89afd09e26f8a17f7b8 /sapi/apache2handler | |
parent | 9ab3ad2963ce1bd18bb02028c9d4ea5c71d4c5c5 (diff) | |
download | php-git-ca47774ede23cda412a8e79e5b607189b7ccf327.tar.gz |
MFB usage fix
Diffstat (limited to 'sapi/apache2handler')
-rw-r--r-- | sapi/apache2handler/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 6d159f4424..269bb59484 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:]) |