]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove dangling reference to $with_edirectory
authorNalin Dahyabhai <nalin@redhat.com>
Thu, 20 Dec 2012 21:47:50 +0000 (16:47 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 8 May 2013 04:59:34 +0000 (00:59 -0400)
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

index 4fef4b72ef3a07f5ff8d864ce4064b39fbff9bdc..fb02956b9fa2a57f7c2a7a7b899335add7a5a51c 100644 (file)
@@ -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