From 4da9228fb2ac34adab8eb1884ae414236adb84fa Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 12 Jan 2011 17:14:06 -0500 Subject: Drop dependency on mozldap --- daemons/configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'daemons/configure.ac') diff --git a/daemons/configure.ac b/daemons/configure.ac index 370c5d6df..72ff750ec 100644 --- a/daemons/configure.ac +++ b/daemons/configure.ac @@ -151,13 +151,6 @@ if test "x$ac_cv_header_svrcore_svrcore_h" = "yes" ; then CPPFLAGS="$CPPFLAGS -I/usr/include/svrcore" fi -CPPFLAGS=$SAVE_CPPFLAGS -AC_CHECK_HEADER(mozldap/ldap.h) -if test "x$ac_cv_header_mozldap_ldap_h" = "xno" ; then - AC_MSG_ERROR([Required MOZLDAP header not available (mozldap-devel)]) -fi -PKG_CHECK_MODULES(MOZLDAP, mozldap > 6) - AC_CHECK_LIB(ldap, ldap_search, with_ldap=yes) dnl Check for other libraries we need to link with to get the main routines. test "$with_ldap" != "yes" && { AC_CHECK_LIB(ldap, ldap_open, [with_ldap=yes with_ldap_lber=yes], , -llber) } -- cgit