* Add -lcitadel to chkpwd_LIBS
authorArt Cancro <ajc@citadel.org>
Sun, 31 May 2009 16:24:33 +0000 (16:24 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 31 May 2009 16:24:33 +0000 (16:24 +0000)
citadel/configure.ac

index 0a9333252be7f18fcbd92551f5d2ec1d63a103cb..bde22474dac957eb432dbbfb8e53a377b6e00dd8 100644 (file)
@@ -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.)