[libgda/gtk3] Fix bug bug #635419: libgda 4.2.1 Fix mysq_config detection
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda/gtk3] Fix bug bug #635419: libgda 4.2.1 Fix mysq_config detection
- Date: Sat, 27 Nov 2010 16:54:27 +0000 (UTC)
commit 157a513d4705e98b44d44aa12ac17a224a260559
Author: Vivien Malerba <malerba gnome-db org>
Date: Sun Nov 21 15:18:01 2010 +0100
Fix bug bug #635419: libgda 4.2.1 Fix mysq_config detection
Applied patch proposed by Koop Mast
m4/mysql.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/m4/mysql.m4 b/m4/mysql.m4
index f14c9c5..a0a505b 100644
--- a/m4/mysql.m4
+++ b/m4/mysql.m4
@@ -157,7 +157,7 @@ int main() {
for d in $mysql_test_dir
do
AC_MSG_NOTICE([checking for mysql_config tool in $d])
- AC_PATH_PROGS(MYSQL_CONFIG, mysql_config mysql_config5,,[$d])
+ AC_PATH_PROGS(MYSQL_CONFIG, mysql_config mysql_config5,,[$d/bin])
if test "x$MYSQL_CONFIG" != x
then
pkgmysql=yes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]