X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fconfigure.ac;fp=citadel%2Fconfigure.ac;h=94ba60de5ae4ea528232e6edcd66ea9ccc1cc770;hp=32c7974d991620e2c26c7e3c079cf22a5d083f92;hb=ee841bbc7c5a4ebbcb2a61675a01810ed052919d;hpb=6cd4b62a62098566ed73d7662d22e29fc509b9f3 diff --git a/citadel/configure.ac b/citadel/configure.ac index 32c7974d9..94ba60de5 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -261,7 +261,6 @@ AC_ARG_WITH(ssl, ] ) AC_ARG_WITH(with_ldap, [ --with-ldap use OpenLDAP client library]) -dnl AC_ARG_WITH(with_libdspam, [ --with-libdspam use libdspam mail spam scanning library]) AC_ARG_WITH(with_gc, [ --with-gc use the Boehm-Demers-Weiser garbage collection library]) if test "x$with_db" != xno -a "x$with_db" != xyes -a "$with_db"; then @@ -722,21 +721,6 @@ fi -dnl Checks for the libdspam mail spam scanning library. -dnl if test "x$with_libdspam" != xno ; then -dnl AC_CHECK_HEADERS(dspam/libdspam.h, -dnl [AC_CHECK_LIB(dspam, dspam_init, -dnl [ok_libdspam=yes],, -dnl )]) -dnl fi -dnl -dnl if test "x$ok_libdspam" = xyes ; then -dnl SERVER_LIBS="-ldspam $SERVER_LIBS" -dnl AC_DEFINE(HAVE_LIBDSPAM, [], [(unfinished) define this if you have the libdspam mail spam scanning library available]) -dnl fi - - - dnl Checks for the Expat XML parser. AC_CHECK_HEADER(expat.h, [AC_CHECK_LIB(expat, XML_ParserCreateNS, @@ -1029,7 +1013,6 @@ echo ------------------------------------------------------------------------ echo 'LDAP support: ' $ok_ldap echo 'Character set conversion support:' $ok_iconv echo 'Boehm-Demers-Weiser support: ' $ok_gc -dnl echo 'DSpam Scanning support: ' $ok_libdspam echo echo 'Note: if you are not using Linux, make sure you are using GNU make' echo '(gmake) to compile Citadel.'