From dee3e832b9dfb54a8b9dea7daa398bb07e4f6190 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 2 Mar 2001 19:43:11 +0000 Subject: install conduit icons 2001-03-02 JP Rosevear * art/Makefile.am: install conduit icons 2001-03-02 JP Rosevear * conduit/Makefile.am: update sed script * conduit/e-address.conduit.in: update for new pilot foo 2001-03-02 JP Rosevear * conduits/todo/e-todo.conduit.in: update for new pilot foo * conduits/calendar/e-calendar.conduit.in: ditto * conduits/todo/Makefile.am: update sed script * conduits/calendar/Makefile.am: ditto svn path=/trunk/; revision=8529 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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) -- cgit v1.2.3