diff options
author | Sascha Schumann <sas@php.net> | 2000-05-15 16:43:44 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-15 16:43:44 +0000 |
commit | f1941064deed3d6cfd5943c39ea972e2363532b9 (patch) | |
tree | 1e02c244957385c2b4f04b10beeb519cb3bc224e /sapi | |
parent | 13e9da59ff09b23f09c36beb5cc683dbe703b6e8 (diff) | |
download | php-git-f1941064deed3d6cfd5943c39ea972e2363532b9.tar.gz |
Fix wording (not "to apxs", but "of apxs").
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 3b9bd3dc75..e6530b5d3a 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@" |