enable NNTP support by default
2004-01-12 Meilof Veeningen <meilof@wanadoo.nl> * configure.in: enable NNTP support by default svn path=/trunk/; revision=24184
This commit is contained in:
committed by
Jeffrey Stedfast
parent
9cf4f01e82
commit
1bca83044b
11
ChangeLog
11
ChangeLog
@ -1,3 +1,7 @@
|
||||
2004-01-12 Meilof Veeningen <meilof@wanadoo.nl>
|
||||
|
||||
* configure.in: enable NNTP support by default
|
||||
|
||||
2004-01-12 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* configure.in: compile flags for the test component and a
|
||||
@ -19,12 +23,13 @@
|
||||
do in configure.in
|
||||
|
||||
2004-01-08 Sivaiah Nallagatla <snallagatla@novell.com>
|
||||
|
||||
* 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 <robert.sedak@sk.htnet.hr>
|
||||
|
||||
* configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
|
||||
* configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
|
||||
|
||||
2004-01-05 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user