From 6349bc7e32cdab69dc422122a1905a7aba581b02 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 20 Dec 2012 16:47:50 -0500 Subject: [PATCH] Remove dangling reference to $with_edirectory Remove a reference to eDirectory that persisted after support for eDirectory was removed. Almost certainly harmless anyway. [ghudson@mit.edu: also quote $with_ldap] --- src/aclocal.m4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 4fef4b72ef..fb02956b9f 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -1645,10 +1645,7 @@ AC_ARG_WITH([ldap], *) AC_MSG_ERROR(Invalid option value --with-ldap="$withval") ;; esac], with_ldap=no)dnl -if test $with_ldap = yes; then - if test $with_edirectory = yes; then - AC_MSG_ERROR(Cannot enable both OpenLDAP and eDirectory backends; choose one.) - fi +if test "$with_ldap" = yes; then AC_MSG_NOTICE(enabling OpenLDAP database backend module support) OPENLDAP_PLUGIN=yes fi -- 2.47.2