Blob Blame History Raw
--- libgda-1.3.4/configure.in.configure	2005-07-08 16:44:14.000000000 +0200
+++ libgda-1.3.4/configure.in	2005-11-27 20:55:37.000000000 +0100
@@ -250,9 +250,9 @@
 mysqldir=""
 if test $try_mysql = true
 then
-	AC_PATH_PROG(MYSQL_CONFIG, mysql_config)
+	AC_PATH_PROG(MYSQL_CONFIG, mysql_config, 'no', [${libdir}/mysql3/mysql:$PATH])
 
-	if test x$MYSQL_CONFIG = x; then
+	if test x$MYSQL_CONFIG = xno; then
 		AC_MSG_CHECKING(for MySQL files)
 		for d in $dir /usr /usr/local /usr/local/mysql /opt/mysql /opt/packages/mysql
 		do