]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
oops ... it's -lsieve, not -llibsieve
[citadel.git] / 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