diff options
author | SVN Migration <svn@php.net> | 2003-04-28 22:38:51 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-04-28 22:38:51 +0000 |
commit | b0a58d9570262008ec00e9cf2ea8bbea2e646579 (patch) | |
tree | 1d02f3d17747e17457cba203e85d8ccd445bc436 /sapi | |
parent | 7c495e9250e4cdeafd728a5bceab2409cb909e7f (diff) | |
download | php-git-php-4.3.2RC2.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC2'.php-4.3.2RC2
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache2filter/config.m4 | 2 | ||||
-rw-r--r-- | sapi/apache2handler/config.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 4ab56aa06f..be1b57bd63 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-apxs2filter=/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:]) diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index f6beece79b..d4d04e1451 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-apxs2=/path/to/apxs]) + AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2handler=/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:]) |