X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=1c7d7ae58d5cabdc5a798f80c9ffb9feca7bfc2d;hb=a112ae0472a232be5484c7a9aafc5a880a361c34;hp=02507872000b55f127cfce6b534bb059066e4b98;hpb=9c1d903de67b0f7c570176f2c7e1253c92277baa;p=citadel.git diff --git a/citadel/configure.ac b/citadel/configure.ac index 025078720..1c7d7ae58 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -510,22 +510,6 @@ AC_CHECK_HEADER(libical/ical.h, ) -dnl Checks for the libsieve mailbox sorting library. -AC_CHECK_HEADER(sieve2.h, - [AC_CHECK_LIB(sieve, sieve2_license, - [ - SERVER_LIBS="-lsieve $SERVER_LIBS" - ], - [ - AC_MSG_ERROR(libsieve was not found and is required. More info: http://www.citadel.org/doku.php/installation:start) - ] - , - )], - [ - AC_MSG_ERROR(sieve2.h was not found and is required. More info: http://www.citadel.org/doku.php/installation:start) - ] -) - saved_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $SERVER_LIBS" dnl Check for libcitadel