X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure.in;h=30fdc13e989396afc96d0d3a1af36c051dac3260;hp=9921ab5952199c411f5d00293a7a15fcdba89422;hb=21d34545d4204a0f5672c8bdbeb6a79803eb3a54;hpb=2e401db31508cc9f7025eb1465e56d8c2e5a2544 diff --git a/configure.in b/configure.in index 9921ab5..30fdc13 100644 --- a/configure.in +++ b/configure.in @@ -532,7 +532,7 @@ AM_CONDITIONAL(BUILD_IMAP, test x$need_imap = xyes) AC_ARG_ENABLE(nntp, [ --enable-nntp Enable NNTP support], [ if test x$enableval = xyes ; then - AC_DEFINE(USE_NNTP) + AC_DEFINE(USE_NNTP,1,[ Compiling with newsreading support with NNTP ]) LIBNNTP="-Lnntp -lnntp" LIBNNTPDEPS="\$(top_srcdir)/nntp/nntp.h nntp/libnntp.a" need_nntp="yes" @@ -763,7 +763,7 @@ AC_ARG_ENABLE(mailtool, AC_HELP_STRING([--enable-mailtool], [Enable Sun mailtool AC_ARG_ENABLE(compressed, [ --enable-compressed Enable compressed folders support ], [if test x$enableval = xyes; then - AC_DEFINE(USE_COMPRESSED) + AC_DEFINE(USE_COMPRESSED,1,[ The compressed mailboxes support ]) fi]) AC_ARG_ENABLE(locales-fix, AC_HELP_STRING([--enable-locales-fix], [The result of isprint() is unreliable ]),