diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-15 09:00:05 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-15 09:00:05 +0000 |
commit | 6e19858385ed14f7f7326801de212e7acd2bbac8 (patch) | |
tree | 90cd13ee30ba24d693b64e2fd8e36b88c90c796d /configure.ac | |
parent | 70d90f5bae2728faed319a03f75e64a50f88a159 (diff) | |
download | rsyslog-6e19858385ed14f7f7326801de212e7acd2bbac8.tar.gz rsyslog-6e19858385ed14f7f7326801de212e7acd2bbac8.tar.xz rsyslog-6e19858385ed14f7f7326801de212e7acd2bbac8.zip |
the libdbi problem was actually related to libdbi/distro packages; fixed
that by installing from source, now omlibdbi basically works removed
some debug code
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ca07be34..6bae1c98 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="-lm -ldl -ldbi" + libdbi_libs="-ldbi" ], [AC_MSG_FAILURE([libdbi library is missing])] ) |