From: Cyril Feraudet Date: Tue, 14 Feb 2012 09:47:27 +0000 (+0100) Subject: configure.in: Use the `--libs_r' option of mysql-config. X-Git-Tag: collectd-4.10.6~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a956e9ab41f6d1d1d58b06049b0f953fe02cd52f;p=collectd.git configure.in: Use the `--libs_r' option of mysql-config. Rather than the `--libs' option. Change-Id: Idd2a3828f4d154f353c44a4b69aa094acbadcabf Signed-off-by: Florian Forster --- 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