From bd965c92d829f9d88f4e29f37890c9beffbd716d Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 14 Jan 2011 13:41:05 +0100 Subject: Mozldap-specific code removed Mozldap code removed from all sources and configure source script. Now, IPA will compile even when package mozldap-devel is not installed on the system. https://fedorahosted.org/freeipa/ticket/756 --- ipa-client/Makefile.am | 2 -- ipa-client/ipa-getkeytab.c | 4 ---- 2 files changed, 6 deletions(-) (limited to 'ipa-client') diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am index 7d152fbfd..d0a3f8463 100644 --- a/ipa-client/Makefile.am +++ b/ipa-client/Makefile.am @@ -28,7 +28,6 @@ INCLUDES = \ $(AM_CFLAGS) \ $(KRB5_CFLAGS) \ $(OPENLDAP_CFLAGS) \ - $(MOZLDAP_CFLAGS) \ $(SASL_CFLAGS) \ $(POPT_CFLAGS) \ $(WARN_CFLAGS) \ @@ -49,7 +48,6 @@ ipa_getkeytab_SOURCES = \ ipa_getkeytab_LDADD = \ $(KRB5_LIBS) \ $(OPENLDAP_LIBS) \ - $(MOZLDAP_LIBS) \ $(SASL_LIBS) \ $(POPT_LIBS) \ $(NULL) diff --git a/ipa-client/ipa-getkeytab.c b/ipa-client/ipa-getkeytab.c index ec923096d..fa6b49d62 100644 --- a/ipa-client/ipa-getkeytab.c +++ b/ipa-client/ipa-getkeytab.c @@ -32,11 +32,7 @@ #include #include #include -#ifdef WITH_MOZLDAP -#include -#else #include -#endif #include #include -- cgit