From 34037e2479981073c8289fe51868b29096cc5808 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 30 Dec 2001 05:59:43 +0000 Subject: Make Samba compile on RH 6.2 again. We now include the libber.h file if required, but currently we just don't use ldap. (I'll chase this up). In the meantime, I've moved the ads_status code about, its now in its own file, and has a couple of #ifdefs to allow smbd to link - becouse the lack of LDAP caused HAVE_ADS to be undefined. (I hope its not too ugly). Andrew Bartlett (This used to be commit 14407c87e2dcccae1784290e3eb7a2d611516aff) --- source3/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index 10a497669d..1497175bfc 100755 --- a/source3/configure +++ b/source3/configure @@ -2172,7 +2172,7 @@ else fi done -for ac_hdr in security/pam_modules.h security/_pam_macros.h ldap.h +for ac_hdr in security/pam_modules.h security/_pam_macros.h ldap.h lber.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -- cgit