]> granicus.if.org Git - php/commitdiff
Add short notice regarding unbundled client lib
authorSascha Schumann <sas@php.net>
Fri, 18 Jul 2003 09:53:04 +0000 (09:53 +0000)
committerSascha Schumann <sas@php.net>
Fri, 18 Jul 2003 09:53:04 +0000 (09:53 +0000)
ext/mysql/config.m4

index d0b936d5f10346f0eb2f1d1d5e4f350e082537d4..ea06713496b5cbb79d81e1475477ff1251e48857 100644 (file)
@@ -78,7 +78,8 @@ if test "$PHP_MYSQL" != "no"; then
   done
 
   if test -z "$MYSQL_DIR"; then
-    AC_MSG_ERROR([Cannot find MySQL header files under $PHP_MYSQL])
+    AC_MSG_ERROR([Cannot find MySQL header files under $PHP_MYSQL.
+Note that the MySQL client library is not bundled anymore.])
   fi
 
   for i in lib lib/mysql; do
@@ -86,7 +87,8 @@ if test "$PHP_MYSQL" != "no"; then
   done
 
   if test -z "$MYSQL_LIB_DIR"; then
-    AC_MSG_ERROR([Cannot find libmysqlclient under $MYSQL_DIR])
+    AC_MSG_ERROR([Cannot find libmysqlclient under $MYSQL_DIR.
+Note that the MySQL client library is not bundled anymore.])
   fi
 
   PHP_CHECK_LIBRARY(mysqlclient, mysql_close, [ ],