From 414f39872dd2fa8541cfd93e3d3b22cc941c5477 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 Feb 2011 14:37:13 +0100 Subject: s3-waf: try to deal with underlinked cups libraries. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Feb 11 15:28:32 CET 2011 on sn-devel-104 --- source3/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index 3957fcab55..9b1cb53fe0 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: -- cgit