summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-15 07:48:07 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-15 07:48:07 +0000
commit70d90f5bae2728faed319a03f75e64a50f88a159 (patch)
tree2803bd80fcc115e86b5ea55f4ea3f427905f854b /configure.ac
parent15904a35388aafcda76ed44caab9222619901dd4 (diff)
downloadrsyslog-70d90f5bae2728faed319a03f75e64a50f88a159.tar.gz
rsyslog-70d90f5bae2728faed319a03f75e64a50f88a159.tar.xz
rsyslog-70d90f5bae2728faed319a03f75e64a50f88a159.zip
did some more work on omlibdbi, but did not yet get libdbi working. I guess
its a compile problem, but have not found it so far.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6bae1c98..ca07be34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -398,7 +398,7 @@ if test "x$enable_libdbi" = "xyes"; then
[dbi],
[dbi_initialize],
[libdbi_cflags=""
- libdbi_libs="-ldbi"
+ libdbi_libs="-lm -ldl -ldbi"
],
[AC_MSG_FAILURE([libdbi library is missing])]
)