From: Günther Deschner Date: Fri, 11 Feb 2011 13:37:13 +0000 (+0100) Subject: s3-waf: try to deal with underlinked cups libraries. X-Git-Tag: tevent-0.9.11~724 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=414f39872dd2fa8541cfd93e3d3b22cc941c5477;p=thirdparty%2Fsamba.git s3-waf: try to deal with underlinked cups libraries. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Feb 11 15:28:32 CET 2011 on sn-devel-104 --- diff --git a/source3/wscript b/source3/wscript index 3957fcab559..9b1cb53fe0a 100644 --- a/source3/wscript +++ b/source3/wscript @@ -520,7 +520,7 @@ msg.msg_acctrightslen = sizeof(fd); conf.check_cfg(path=conf.env.CUPS_CONFIG, args="--cflags --ldflags --libs", package="", uselib_store="cups") conf.CHECK_HEADERS('cups/cups.h cups/language.h', lib='cups') - conf.CHECK_FUNCS_IN('httpConnect httpConnectEncrypt', 'cups') + conf.CHECK_FUNCS_IN('httpConnect httpConnectEncrypt', conf.env.LIB_cups) if conf.CONFIG_SET('HAVE_CUPS_CUPS_H') and conf.CONFIG_SET('HAVE_CUPS_LANGUAGE_H'): conf.DEFINE('HAVE_CUPS', '1') else: