From 46b7c0bd86fbe4b979198e90d0020a14e3998b67 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 4 Apr 2003 01:08:36 +0000 Subject: the existence of libldap.la should have no bearing on whether or not we 2003-04-03 Chris Toshok * acinclude.m4 (EVO_LDAP_CHECK): the existence of libldap.la should have no bearing on whether or not we try to statically link ldap. svn path=/trunk/; revision=20666 --- acinclude.m4 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'acinclude.m4') 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 -- cgit v1.2.3