aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
diff options
context:
space:
mode:
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