From: Günther Deschner Date: Fri, 11 Feb 2011 15:10:07 +0000 (+0100) Subject: s3-waf: next attempt to fix cups and non-cups builds. X-Git-Tag: tevent-0.9.11~721 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6531ac6a650a04a332082f38fe4ffabdaceec6de;p=thirdparty%2Fsamba.git s3-waf: next attempt to fix cups and non-cups builds. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Feb 11 16:57:40 CET 2011 on sn-devel-104 --- diff --git a/source3/wscript b/source3/wscript index 9b1cb53fe0a..78aad616572 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')