From 1bca83044bcb3d5cfcb419fcd0a0bd6033324c3a Mon Sep 17 00:00:00 2001 From: Meilof Veeningen Date: Mon, 12 Jan 2004 22:26:59 +0000 Subject: enable NNTP support by default 2004-01-12 Meilof Veeningen * configure.in: enable NNTP support by default svn path=/trunk/; revision=24184 --- ChangeLog | 11 ++++++++--- configure.in | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index c03cf33558..7d2cda3d4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-12 Meilof Veeningen + + * configure.in: enable NNTP support by default + 2004-01-12 JP Rosevear * configure.in: compile flags for the test component and a @@ -19,12 +23,13 @@ do in configure.in 2004-01-08 Sivaiah Nallagatla - - * configure.in : add camel/providers/groupwise/Makefile to AC_OUTPUT section + + * configure.in : add camel/providers/groupwise/Makefile to + AC_OUTPUT section 2004-01-08 Robert Sedak - * configure.in: Added "hr" (Croatian) to ALL_LINGUAS. + * configure.in: Added "hr" (Croatian) to ALL_LINGUAS. 2004-01-05 JP Rosevear diff --git a/configure.in b/configure.in index 736458f2db..28e2fba2ce 100644 --- a/configure.in +++ b/configure.in @@ -344,9 +344,9 @@ dnl ************************************************** dnl NNTP support. dnl ************************************************** AC_ARG_ENABLE(nntp, -[ --enable-nntp=[no/yes] Attempt to compile incomplete, unsupported NNTP code],,enable_nntp=no) +[ --enable-nntp=[no/yes] Build Usenet news (NNTP) backend],,enable_nntp=yes) if test "x$enable_nntp" = "xyes"; then - AC_DEFINE(ENABLE_NNTP,1,[Don't try this at home]) + AC_DEFINE(ENABLE_NNTP,1,[Build NNTP backend]) msg_nntp=yes else msg_nntp=no -- cgit v1.2.3