From ac9d39d1081a31542d832c547901b453ec58ded4 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sat, 20 Mar 2010 17:51:22 +0100 Subject: build: Check for LDAP libraries --- source3/wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index 4b140baccf..ee2dd92bcb 100644 --- a/source3/wscript +++ b/source3/wscript @@ -43,4 +43,8 @@ def configure(conf): conf.check_cfg(path="cups-config", args="--cflags --ldflags --libs", package="", uselib_store="CUPS") conf.CHECK_HEADERS('cups/cups.h cups/language.h', add_headers=False) + # Check for LDAP + conf.CHECK_HEADERS('ldap.h lber.h') + conf.CHECK_TYPE('ber_tag_t', 'unsigned int') + conf.SAMBA_CONFIG_H('include/config.h') -- cgit