This commit is contained in:
Sebastian Bergmann 2003-03-30 09:24:40 +00:00
parent 5b6412dcde
commit 38491e487f

View File

@ -4,7 +4,7 @@ dnl config.m4 for extension mysqli
PHP_ARG_WITH(mysqli, for MySQLi support,
[ --with-mysqli[=FILE] Include MySQLi support. FILE is the optional
pathname to mysql-config.])
pathname to mysql_config.])
if test "$PHP_MYSQLI" != "no"; then
@ -22,7 +22,7 @@ if test "$PHP_MYSQLI" != "no"; then
MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | sed -e "s/'//g"`
MYSQLI_LIBLINE=`$MYSQL_CONFIG --libs | sed -e "s/'//g"`
else
AC_MSG_RESULT([mysql-config not found])
AC_MSG_RESULT([mysql_config not found])
AC_MSG_ERROR([Please reinstall the mysql distribution])
fi