From a956e9ab41f6d1d1d58b06049b0f953fe02cd52f Mon Sep 17 00:00:00 2001 From: Cyril Feraudet Date: Tue, 14 Feb 2012 10:47:27 +0100 Subject: [PATCH] configure.in: Use the `--libs_r' option of mysql-config. Rather than the `--libs' option. Change-Id: Idd2a3828f4d154f353c44a4b69aa094acbadcabf Signed-off-by: Florian Forster --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 023e21a1..0acad706 100644 --- a/configure.in +++ b/configure.in @@ -2064,7 +2064,7 @@ then fi if test "x$with_libmysql" = "xyes" then - with_mysql_libs=`$with_mysql_config --libs 2>/dev/null` + with_mysql_libs=`$with_mysql_config --libs_r 2>/dev/null` mysql_config_status=$? if test $mysql_config_status -ne 0 -- 2.11.0