sas             Fri Jul 18 05:53:04 2003 EDT

  Modified files:              
    /php-src/ext/mysql  config.m4 
  Log:
  Add short notice regarding unbundled client lib
  
  
Index: php-src/ext/mysql/config.m4
diff -u php-src/ext/mysql/config.m4:1.57 php-src/ext/mysql/config.m4:1.58
--- php-src/ext/mysql/config.m4:1.57    Tue Jun 24 23:53:17 2003
+++ php-src/ext/mysql/config.m4 Fri Jul 18 05:53:04 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.57 2003/06/25 03:53:17 sniper Exp $
+dnl $Id: config.m4,v 1.58 2003/07/18 09:53:04 sas Exp $
 dnl
 
 AC_DEFUN(MYSQL_LIB_CHK, [
@@ -78,7 +78,8 @@
   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 @@
   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, [ ],



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to