diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 43a5c285c5..05bc27ed73 100644 --- a/configure.in +++ b/configure.in @@ -151,7 +151,7 @@ dnl * ldap related stuff. dnl ************************************************** AC_ARG_ENABLE(ldap, [ --enable-ldap=[no/yes] Enable LDAP support in evolution],,enable_ldap=no) -if test x$enable_ldap = xyes; then +if test x$enable_ldap = xyes; then AC_CHECK_LIB(lber, ber_get_tag, LDAP_LIBS="-llber") if test x$ac_cv_lib_lber_ber_get_tag = xyes; then AC_CHECK_LIB(ldap, ldap_open, LDAP_LIBS="-lldap $LDAP_LIBS", ,-llber) |