sas             Tue Jan  7 04:49:08 2003 EDT

  Modified files:              
    /php4/ext/mysql     config.m4 
  Log:
  tell user which header files could not be found
  
  
Index: php4/ext/mysql/config.m4
diff -u php4/ext/mysql/config.m4:1.54 php4/ext/mysql/config.m4:1.55
--- php4/ext/mysql/config.m4:1.54       Sun Oct 20 22:46:12 2002
+++ php4/ext/mysql/config.m4    Tue Jan  7 04:49:08 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.54 2002/10/21 02:46:12 sniper Exp $
+dnl $Id: config.m4,v 1.55 2003/01/07 09:49:08 sas Exp $
 dnl
 
 sinclude(ext/mysql/libmysql/acinclude.m4)
@@ -108,7 +108,7 @@
   done
 
   if test -z "$MYSQL_DIR"; then
-    AC_MSG_ERROR(Cannot find header files under $PHP_MYSQL)
+    AC_MSG_ERROR(Cannot find MySQL header files under $PHP_MYSQL)
   fi
 
   MYSQL_MODULE_TYPE=external



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

Reply via email to