From 8b71438490d51d44d9eceef26eaf141420ea60ec Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 3 Nov 2010 17:16:06 +0100 Subject: s3-waf: add check for httpConnect and httpConnectEncrypt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Nov 4 14:10:40 UTC 2010 on sn-devel-104 --- source3/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index ea43c7e245..5b83e23f24 100644 --- a/source3/wscript +++ b/source3/wscript @@ -461,6 +461,7 @@ return acl_get_perm_np(permset_d, perm); package="", uselib_store="cups") conf.CHECK_HEADERS('cups/cups.h cups/language.h', lib='cups') conf.CHECK_LIB('cups') + conf.CHECK_FUNCS_IN('httpConnect httpConnectEncrypt', 'cups') else: # define an empty subsystem for cups, to allow it to be used as an empty dependency conf.SET_TARGET_TYPE('cups', 'EMPTY') -- cgit