diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |