diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 3b9bd3dc756..e6530b5d3a4 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -23,7 +23,7 @@ AC_ARG_WITH(apxs, if ! $APXS -q CFLAGS >/dev/null 2>&1; then AC_MSG_RESULT() $APXS - AC_MSG_ERROR([Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path to apxs by using --with-apxs=/absolute/path/to/apxs]) + AC_MSG_ERROR([Sorry, I cannot run apxs. Either you need to install Perl or you need to pass the absolute path of apxs by using --with-apxs=/absolute/path/to/apxs]) fi APXS_LDFLAGS="@SYBASE_LFLAGS@ @SYBASE_LIBS@ @SYBASE_CT_LFLAGS@ @SYBASE_CT_LIBS@"