[evolution-ews] Drop KRB5 dependency
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Drop KRB5 dependency
- Date: Fri, 17 Jan 2014 08:14:35 +0000 (UTC)
commit a489308df17875a64b03fbca5eab2253ce7b5a43
Author: Milan Crha <mcrha redhat com>
Date: Fri Jan 17 09:11:26 2014 +0100
Drop KRB5 dependency
The functions which use KRB5 were not used anywhere in the code,
thus it was safe to drop the files, together with a KRB5 dependency.
Anything Kerberos related is used from the evolution-data-server.
configure.ac | 6 --
m4/evo_krb5_support.m4 | 136 -------------------------------
src/server/Makefile.am | 11 ---
src/server/ews-kerberos.c | 198 ---------------------------------------------
src/server/ews-kerberos.h | 33 --------
5 files changed, 0 insertions(+), 384 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0a05019..ddb5a2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,11 +253,6 @@ dnl ****************************
PKG_CHECK_MODULES(LIBICAL, libical)
dnl ****************************
-dnl Check for kerberos
-dnl ****************************
-EVO_KRB5_SUPPORT
-
-dnl ****************************
dnl Check for libmspack with OAB support
dnl ****************************
AC_ARG_WITH([internal-lzx],
@@ -386,7 +381,6 @@ tests/Makefile
AC_OUTPUT
AC_MSG_NOTICE([
- Kerberos 5 : $msg_krb5
Strict building : $enable_strict
Use libmspack : $have_mspack
Enable tests : $enable_tests
diff --git a/src/server/Makefile.am b/src/server/Makefile.am
index 46bbdd4..826ce77 100644
--- a/src/server/Makefile.am
+++ b/src/server/Makefile.am
@@ -20,14 +20,6 @@ ENUM_GENERATED = \
e-ews-enumtypes.c \
$(NULL)
-if ENABLE_KRB5
-KERBEROS_FILES = \
- ews-kerberos.c \
- ews-kerberos.h
-else
-KERBEROS_FILES =
-endif
-
libeews_1_2_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DG_LOG_DOMAIN=\"libeews\" \
@@ -39,7 +31,6 @@ libeews_1_2_la_CPPFLAGS = \
$(LIBECAL_CFLAGS) \
$(LIBICAL_CFLAGS) \
$(LIBEDATASERVER_CFLAGS) \
- $(KRB5_CFLAGS) \
$(DEBUG_CFLAGS) \
$(NULL)
@@ -48,7 +39,6 @@ libeews_1_2_la_SOURCES = \
camel-ews-settings.c \
ews-errors.h \
ews-errors.c \
- $(KERBEROS_FILES) \
e-ews-connection.c \
e-ews-connection.h \
e-ews-connection-utils.c \
@@ -76,7 +66,6 @@ libeews_1_2_la_LIBADD = \
$(LIBECAL_LIBS) \
$(LIBICAL_LIBS) \
$(LIBEDATASERVER_LIBS) \
- $(KRB5_LIBS) \
$(SOCKET_LIBS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]