From: Art Cancro Date: Mon, 11 Sep 2006 13:35:33 +0000 (+0000) Subject: oops ... it's -lsieve, not -llibsieve X-Git-Tag: v7.86~3945 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=fa242cced8eb79a91568f7c2a06a5e4bfffcd662;p=citadel.git oops ... it's -lsieve, not -llibsieve --- diff --git a/citadel/configure.ac b/citadel/configure.ac index 6bb1f7704..3f45f6608 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -516,7 +516,7 @@ if test "x$with_libsieve" != xno ; then fi if test "x$ok_libsieve" = xyes ; then - SERVER_LIBS="-llibsieve $SERVER_LIBS" + SERVER_LIBS="-lsieve $SERVER_LIBS" AC_DEFINE(HAVE_LIBSIEVE) fi