From 5d2bbbc215e3892f290d17fcb7eee4d8cacd7ce1 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 8 Jan 2014 12:01:57 -0500 Subject: [PATCH] configure.ac: trivial typo fix in last commit -ldb vs. -ldl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c7803a6..4284f13 100644 --- a/configure.ac +++ b/configure.ac @@ -606,7 +606,7 @@ AC_ARG_WITH([libdb], [Prefix where libdb is installed]), [ DB_CFLAGS="-I$withval/include" - DB_LIBS="-L$withval/lib -ldl" + DB_LIBS="-L$withval/lib -ldb" ], [ if test -z "$DB_CFLAGS" -a -z "$DB_LIBS"; then -- 2.7.4