oops ... it's -lsieve, not -llibsieve
authorArt Cancro <ajc@citadel.org>
Mon, 11 Sep 2006 13:35:33 +0000 (13:35 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 11 Sep 2006 13:35:33 +0000 (13:35 +0000)
citadel/configure.ac

index 6bb1f7704f8481a75ac74db8c53e413d4a8a15bb..3f45f66080587161c8214d5cebcc5479025328ae 100644 (file)
@@ -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