summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 29a9c44)
raw | patch | inline | side by side (parent: 29a9c44)
author | Florian Forster <octo@huhu.verplant.org> | |
Fri, 24 Aug 2007 11:57:19 +0000 (13:57 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 24 Aug 2007 11:57:19 +0000 (13:57 +0200) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 14595b39f91512b7d150ad16979daddfb3156ea6..cbf9190164c18bacb8f15b028aaad18e8ea8919e 100644 (file)
--- a/configure.in
+++ b/configure.in
[
AC_DEFINE(HAVE_LIBMYSQLCLIENT, 1,
[Define to 1 if you have the mysqlclient library (-lmysqlclient).])
- ], [with_libmysql="no (libmysql not found)"])
+ ],
+ [
+ with_libmysql="no (libmysql not found)"
+ ],
+ [$with_mysql_libs])
fi
if test "x$with_libmysql" = "xyes"
then