From 416ffee28b87ba7a7f4125d5b8882fbf32a7f3be Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 31 May 2009 16:24:33 +0000 Subject: [PATCH] * Add -lcitadel to chkpwd_LIBS --- citadel/configure.ac | 1 + 1 file changed, 1 insertion(+) 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.) -- 2.30.2