summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e0809d)
raw | patch | inline | side by side (parent: 9e0809d)
author | Doug MacEachern <dougm@hyperic.com> | |
Fri, 8 May 2009 01:05:01 +0000 (18:05 -0700) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sat, 9 May 2009 09:00:47 +0000 (11:00 +0200) |
Signed-off-by: Doug MacEachern <dougm@hyperic.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index e6a4964e5177a545fa21962a9d65774350b85cbc..b6a4d0fda850c8fe3fd97c452f3b7cb21b6febd5 100644 (file)
--- a/configure.in
+++ b/configure.in
[with_libmysql="yes"],
[with_libmysql="no (symbol 'mysql_init' not found)"],
[$with_mysql_libs])
+
+ AC_CHECK_LIB(mysqlclient, mysql_get_server_version,
+ [with_libmysql="yes"],
+ [with_libmysql="no (symbol 'mysql_get_server_version' not found)"],
+ [$with_mysql_libs])
fi
fi
if test "x$with_libmysql" = "xyes"