From 70d90f5bae2728faed319a03f75e64a50f88a159 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 15 Feb 2008 07:48:07 +0000 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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])] ) -- cgit