Fix wording (not "to apxs", but "of apxs").

This commit is contained in:
Sascha Schumann 2000-05-15 16:43:44 +00:00
parent 13e9da59ff
commit f1941064de

View File

@ -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@"