diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-12-30 05:59:43 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-12-30 05:59:43 +0000 |
commit | 14407c87e2dcccae1784290e3eb7a2d611516aff (patch) | |
tree | daf2ac0335bcd767aac05350f4cf5407ca360fa5 /source/configure.in | |
parent | fffae94dd5699f44c0b1c8081587deafd89b3fc0 (diff) | |
download | samba-14407c87e2dcccae1784290e3eb7a2d611516aff.tar.gz samba-14407c87e2dcccae1784290e3eb7a2d611516aff.tar.xz samba-14407c87e2dcccae1784290e3eb7a2d611516aff.zip |
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
Diffstat (limited to 'source/configure.in')
-rw-r--r-- | source/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in index 059936e0a45..d3f13e586a0 100644 --- a/source/configure.in +++ b/source/configure.in @@ -257,7 +257,7 @@ AC_CHECK_HEADERS(sys/param.h ctype.h sys/wait.h sys/resource.h sys/ioctl.h sys/i AC_CHECK_HEADERS(sys/mman.h sys/filio.h sys/priv.h sys/shm.h string.h strings.h stdlib.h sys/socket.h) AC_CHECK_HEADERS(sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h termio.h) AC_CHECK_HEADERS(sys/termio.h sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h) -AC_CHECK_HEADERS(security/pam_modules.h security/_pam_macros.h ldap.h) +AC_CHECK_HEADERS(security/pam_modules.h security/_pam_macros.h ldap.h lber.h) # # HPUX has a bug in that including shadow.h causes a re-definition of MAXINT. |