mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Fix wording (not "to apxs", but "of apxs").
This commit is contained in:
parent
13e9da59ff
commit
f1941064de
@ -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@"
|
||||
|
Loading…
Reference in New Issue
Block a user