projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a9c44
)
build system: Use the libs provided by `mysql_config' to check for the lib itself.
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
14595b3
..
cbf9190
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1057,7
+1057,11
@@
then
[
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