From 2025fe8849e4b86dbbd9074c609a32393fca49f6 Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Tue, 30 Jan 2001 01:44:01 +0000 Subject: reviewed by: JP Rosevear reviewed by: JP Rosevear * acconfig.h: Added the ENABLE_NNTP define * configure.in: Fixed the NNTP m4 section. svn path=/trunk/; revision=7904 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 91c3d4cb58..f6a580fcc8 100644 --- a/configure.in +++ b/configure.in @@ -167,7 +167,7 @@ dnl ************************************************** AC_ARG_ENABLE(nntp, [ --enable-nntp=[no/yes] Enable NNTP support in evolution],,enable_nntp=no) if test "x$enable_nntp" = "xyes"; then - AC_DEFINE (ENABLE_NNTP) + AC_DEFINE(ENABLE_NNTP) msg_nntp=Yes else msg_nntp=No -- cgit v1.2.3