diff options
author | Günther Deschner <gd@samba.org> | 2010-11-03 17:16:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-11-04 14:10:40 +0000 |
commit | 8b71438490d51d44d9eceef26eaf141420ea60ec (patch) | |
tree | aed35424aa347670012ff1051850991ff3918a8e /source3 | |
parent | 78b05a3116b26e57f43f2d27038d8688f245d33e (diff) | |
download | samba-8b71438490d51d44d9eceef26eaf141420ea60ec.tar.gz samba-8b71438490d51d44d9eceef26eaf141420ea60ec.tar.bz2 samba-8b71438490d51d44d9eceef26eaf141420ea60ec.zip |
s3-waf: add check for httpConnect and httpConnectEncrypt.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Nov 4 14:10:40 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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') |