]> granicus.if.org Git - php/commitdiff
--+_
authorSebastian Bergmann <sebastian@php.net>
Sun, 30 Mar 2003 09:24:40 +0000 (09:24 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 30 Mar 2003 09:24:40 +0000 (09:24 +0000)
ext/mysqli/config.m4

index c8ec07ef67cef1a361d0ebdc1da2d4f533188705..2c32818e508ebdd68072e4e856e39f7e4edc04cd 100644 (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