From f1941064deed3d6cfd5943c39ea972e2363532b9 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 15 May 2000 16:43:44 +0000 Subject: [PATCH] Fix wording (not "to apxs", but "of apxs"). --- sapi/apache/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@"