From fa242cced8eb79a91568f7c2a06a5e4bfffcd662 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 11 Sep 2006 13:35:33 +0000 Subject: [PATCH] oops ... it's -lsieve, not -llibsieve --- citadel/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2