From: Art Cancro Date: Sun, 31 May 2009 16:24:33 +0000 (+0000) Subject: * Add -lcitadel to chkpwd_LIBS X-Git-Tag: v7.86~1119 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=416ffee28b87ba7a7f4125d5b8882fbf32a7f3be * Add -lcitadel to chkpwd_LIBS --- diff --git a/citadel/configure.ac b/citadel/configure.ac index 0a9333252..bde22474d 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -535,6 +535,7 @@ AC_CHECK_HEADER(libcitadel.h, [AC_CHECK_LIB(citadel, libcitadel_version_string, [ LIBS="-lcitadel $LIBS $SERVER_LIBS" + chkpwd_LIBS="-lcitadel $chkpwd_LIBS" ], [ AC_MSG_ERROR(libcitadel was not found or is not usable. Please install libcitadel.)