jani            Thu Jul 26 19:07:53 2007 UTC

  Modified files:              
    /php-src/ext/mysql  config.m4 
  Log:
  I must be blind..
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/config.m4?r1=1.71&r2=1.72&diff_format=u
Index: php-src/ext/mysql/config.m4
diff -u php-src/ext/mysql/config.m4:1.71 php-src/ext/mysql/config.m4:1.72
--- php-src/ext/mysql/config.m4:1.71    Thu Jul 26 18:49:51 2007
+++ php-src/ext/mysql/config.m4 Thu Jul 26 19:07:53 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.71 2007/07/26 18:49:51 jani Exp $
+dnl $Id: config.m4,v 1.72 2007/07/26 19:07:53 jani Exp $
 dnl
 
 AC_DEFUN([MYSQL_LIB_CHK], [
@@ -156,6 +156,6 @@
   PHP_SUBST(MYSQL_SHARED_LIBADD)
 
   if test "$PHP_MYSQL" = "mysqlnd"; then
-    PHP_ADD_EXTENSION_DEP(mysqli, mysqlnd)
+    PHP_ADD_EXTENSION_DEP(mysql, mysqlnd)
   fi
 fi

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

Reply via email to