aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2012-12-20 16:47:50 -0500
committerGreg Hudson <ghudson@mit.edu>2013-05-08 00:59:34 -0400
commit6349bc7e32cdab69dc422122a1905a7aba581b02 (patch)
tree77aeb60cd847d77d977fa2c1ea8250806cd78161 /src/aclocal.m4
parentef58e3e6f899ce60ca97bdb0053f8b912249ed0c (diff)
downloadkrb5-6349bc7e32cdab69dc422122a1905a7aba581b02.zip
krb5-6349bc7e32cdab69dc422122a1905a7aba581b02.tar.gz
krb5-6349bc7e32cdab69dc422122a1905a7aba581b02.tar.bz2
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]
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 4fef4b7..fb02956 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