Blob Blame History Raw
--- libgda-1.2.0/configure.in.orig	2005-02-04 09:54:32.000000000 +0000
+++ libgda-1.2.0/configure.in	2005-02-04 09:59:32.030377459 +0000
@@ -251,7 +251,7 @@
 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 = xno; then
 		AC_MSG_CHECKING(for MySQL files)