s3-waf: add check for httpConnect and httpConnectEncrypt.
authorGünther Deschner <gd@samba.org>
Wed, 3 Nov 2010 16:16:06 +0000 (17:16 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 4 Nov 2010 14:10:40 +0000 (14:10 +0000)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Nov  4 14:10:40 UTC 2010 on sn-devel-104

source3/wscript

index ea43c7e245f7e28366abf8d73eb67ae8e4aeb31f..5b83e23f24a47106423742568b5fa8c18421b3f1 100644 (file)
@@ -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')