[evolution-data-server] configure.ac: trivial typo fix in last commit



commit 5d2bbbc215e3892f290d17fcb7eee4d8cacd7ce1
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Jan 8 12:01:57 2014 -0500

    configure.ac: trivial typo fix in last commit
    
    -ldb vs. -ldl

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]