summaryrefslogtreecommitdiffstats
path: root/m4/db.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/db.m4')
-rw-r--r--m4/db.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/db.m4 b/m4/db.m4
index 376aed75..8d520c54 100644
--- a/m4/db.m4
+++ b/m4/db.m4
@@ -38,6 +38,7 @@ AC_ARG_WITH(db, [ --with-db=PATH Berkeley DB directory],
dnl - check the user provided location
DBDIR=$withval
db_lib="-L$DBDIR/lib"
+ db_libdir="$DBDIR/lib"
db_incdir="$DBDIR/include"
if ! test -e "$db_incdir/db.h" ; then
AC_MSG_ERROR([$withval include dir not found])