aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-01-17 15:53:25 +0800
committerMilan Crha <mcrha@redhat.com>2014-01-17 15:53:25 +0800
commit6f457a37e8b41c6dcbf702805ea87c594dc6e050 (patch)
tree8961f240e03f6e587d4896eb2f68149ac6f0c488 /configure.ac
parent5a89422182cc9e5e75af808beef19479bab6e9de (diff)
downloadgsoc2013-evolution-6f457a37e8b41c6dcbf702805ea87c594dc6e050.tar
gsoc2013-evolution-6f457a37e8b41c6dcbf702805ea87c594dc6e050.tar.gz
gsoc2013-evolution-6f457a37e8b41c6dcbf702805ea87c594dc6e050.tar.bz2
gsoc2013-evolution-6f457a37e8b41c6dcbf702805ea87c594dc6e050.tar.lz
gsoc2013-evolution-6f457a37e8b41c6dcbf702805ea87c594dc6e050.tar.xz
gsoc2013-evolution-6f457a37e8b41c6dcbf702805ea87c594dc6e050.tar.zst
gsoc2013-evolution-6f457a37e8b41c6dcbf702805ea87c594dc6e050.zip
Drop KRB5 dependency
It turned out that evolution itself doesn't use KRB5 directly, thus the dependency is useless and can be dropped.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index bf23f0c927..5e116cadcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -586,11 +586,6 @@ PKG_CHECK_MODULES([GTKHTML],
AC_SUBST(GTKHTML_CFLAGS)
AC_SUBST(GTKHTML_LIBS)
-dnl ************
-dnl Kerberos 5
-dnl ************
-EVO_KRB5_SUPPORT(no)
-
dnl ********************************************************************************
dnl security extension support (SSL and S/MIME)
dnl