diff options
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b9b3f8f5a7..63008b790d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -106,7 +106,7 @@ AC_DEFUN(EVO_LDAP_CHECK, [ AC_DEFINE(HAVE_LDAP,1,[Define if you have LDAP support]) case $with_static_ldap in - no) + no|"") with_static_ldap=no ;; *) |