From 6531ac6a650a04a332082f38fe4ffabdaceec6de Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 Feb 2011 16:10:07 +0100 Subject: s3-waf: next attempt to fix cups and non-cups builds. 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 16:57:40 CET 2011 on sn-devel-104 --- source3/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/wscript b/source3/wscript index 9b1cb53fe0..78aad61657 100644 --- a/source3/wscript +++ b/source3/wscript @@ -525,6 +525,7 @@ msg.msg_acctrightslen = sizeof(fd); conf.DEFINE('HAVE_CUPS', '1') else: conf.undefine('HAVE_CUPS') + conf.SET_TARGET_TYPE('cups', 'EMPTY') else: # define an empty subsystem for cups, to allow it to be used as an empty dependency conf.SET_TARGET_TYPE('cups', 'EMPTY') -- cgit