diff options
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b5cdbbdddd..b9b3f8f5a7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -106,12 +106,8 @@ AC_DEFUN(EVO_LDAP_CHECK, [ AC_DEFINE(HAVE_LDAP,1,[Define if you have LDAP support]) case $with_static_ldap in - no|"") - if test -f $with_openldap/lib/libldap.la; then - with_static_ldap=yes - else - with_static_ldap=no - fi + no) + with_static_ldap=no ;; *) with_static_ldap=yes |