aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-12-28 03:12:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-12-28 03:32:56 +0800
commit0b312582b842e95283dfa8561391eb57e0ca2707 (patch)
tree31bd2fff0210d79053178f79bbd9678f2f08e84b /configure.ac
parent59bd81691def7f7f8c0ead2edaacd374b6791067 (diff)
downloadgsoc2013-evolution-0b312582b842e95283dfa8561391eb57e0ca2707.tar
gsoc2013-evolution-0b312582b842e95283dfa8561391eb57e0ca2707.tar.gz
gsoc2013-evolution-0b312582b842e95283dfa8561391eb57e0ca2707.tar.bz2
gsoc2013-evolution-0b312582b842e95283dfa8561391eb57e0ca2707.tar.lz
gsoc2013-evolution-0b312582b842e95283dfa8561391eb57e0ca2707.tar.xz
gsoc2013-evolution-0b312582b842e95283dfa8561391eb57e0ca2707.tar.zst
gsoc2013-evolution-0b312582b842e95283dfa8561391eb57e0ca2707.zip
Remove useless --enable-nntp configure option.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 2c3812d91b..8b58e7d015 100644
--- a/configure.ac
+++ b/configure.ac
@@ -643,21 +643,6 @@ else
fi
AM_CONDITIONAL(SUNLDAP, [test x$with_sunldap != xno])
-dnl **************************************************
-dnl NNTP support.
-dnl **************************************************
-AC_ARG_ENABLE([nntp],
- AS_HELP_STRING([--enable-nntp],
- [Build Usenet news (NNTP) backend]),
- [enable_nntp=$enableval],[enable_nntp=yes])
-if test "x$enable_nntp" = "xyes"; then
- AC_DEFINE(ENABLE_NNTP,1,[Build NNTP backend])
- msg_nntp=yes
-else
- msg_nntp=no
-fi
-AM_CONDITIONAL(ENABLE_NNTP, [test x$enable_nntp = xyes])
-
AC_DEFINE(HANDLE_LIBICAL_MEMORY, 1, [Define it once memory returned by libical is free'ed properly])
dnl **************************************************
@@ -1854,7 +1839,6 @@ fi
echo "
LDAP support: $msg_ldap
NetworkManager: $NM_SUPPORT
- NNTP support: $msg_nntp
Pilot conduits: $msg_pilot
Libnotify: $HAVE_LIBNOTIFY
Kerberos 5: $msg_krb5