[evolution-data-server] Remove --enable-nntp configure option.



commit 038361187d669ac6209fb73f0f784b72e4665372
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Nov 17 11:14:20 2013 -0500

    Remove --enable-nntp configure option.
    
    NNTP adds no extra dependencies; there's no need for it to be optional.

 camel/providers/Makefile.am |    6 +-----
 configure.ac                |   16 ----------------
 2 files changed, 1 insertions(+), 21 deletions(-)
---
diff --git a/camel/providers/Makefile.am b/camel/providers/Makefile.am
index 2244885..67f58a6 100644
--- a/camel/providers/Makefile.am
+++ b/camel/providers/Makefile.am
@@ -1,12 +1,8 @@
-if ENABLE_NNTP
-NNTP_DIR=nntp
-endif
-
 if OS_WIN32
 else
 SENDMAIL_DIR=sendmail
 endif
 
-SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imapx $(NNTP_DIR) local
+SUBDIRS = pop3 $(SENDMAIL_DIR) smtp imapx nntp local
 
 -include $(top_srcdir)/git.mk
diff --git a/configure.ac b/configure.ac
index 69cfdb8..2e55bd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1317,21 +1317,6 @@ if test "x$use_gweather" = "xyes"; then
 fi
 AM_CONDITIONAL(ENABLE_WEATHER, [test $use_gweather = yes])
 
-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 @@ echo "
        Weather calendar:       $use_gweather
        Mail Directory:         $system_mail_dir, $system_mail_perm
        LDAP support:           $msg_ldap
-       NNTP support:           $msg_nntp
        Kerberos 5:             $msg_krb5
        SMIME support:          $msg_smime
        IPv6 support:           $msg_ipv6


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]