Skip to content

Commit ca47774

Browse files
author
Sascha Schumann
committed
MFB usage fix
1 parent 9ab3ad2 commit ca47774

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sapi/apache2filter/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AC_ARG_WITH(apxs2filter,
2323
AC_MSG_RESULT([Sorry, I cannot run apxs. Possible reasons follow:])
2424
AC_MSG_RESULT()
2525
AC_MSG_RESULT([1. Perl is not installed])
26-
AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs])
26+
AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2filter=/path/to/apxs])
2727
AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
2828
AC_MSG_RESULT()
2929
AC_MSG_RESULT([The output of $APXS follows:])

sapi/apache2handler/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AC_ARG_WITH(apxs2,
2323
AC_MSG_RESULT([Sorry, I cannot run apxs. Possible reasons follow:])
2424
AC_MSG_RESULT()
2525
AC_MSG_RESULT([1. Perl is not installed])
26-
AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2handler=/path/to/apxs])
26+
AC_MSG_RESULT([2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs])
2727
AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
2828
AC_MSG_RESULT()
2929
AC_MSG_RESULT([The output of $APXS follows:])

0 commit comments

Comments
 (0)