diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4 index c8ec07ef67c..2c32818e508 100644 --- a/ext/mysqli/config.m4 +++ b/ext/mysqli/config.m4 @@ -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