X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.ac;h=4ffd08df62a70f454953ce9ea0c70a74417c25da;hp=7af447315aaedc81e9e9880e6caa03f2026151f2;hb=6b8e3f7a8d030a75121a72ba89ae8063439aaa6c;hpb=fd97b7b962d97d99e98cd566a34fcdaaeb950bfd diff --git a/configure.ac b/configure.ac index 7af4473..4ffd08d 100644 --- a/configure.ac +++ b/configure.ac @@ -462,7 +462,7 @@ AC_ARG_ENABLE(hcache, AC_HELP_STRING([--enable-hcache], [Enable header caching]) if test x$ac_qdbm_here = xyes; then CPPFLAGS="$OLDCPPFLAGS $QDBM_CFLAGS" - MUTTLIBS="$MUTTLIBS $QDBM_LIBS" + MUTTLIBS="$MUTTLIBS -lqdbm" AC_DEFINE(HAVE_QDBM, 1, [QDBM Support]) elif test x$ac_cv_gdbmopen = xyes; then CPPFLAGS="$OLDCPPFLAGS $GDBM_INC"