diff options
author | Günther Deschner <gd@samba.org> | 2011-02-11 16:10:07 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-11 16:57:40 +0100 |
commit | 6531ac6a650a04a332082f38fe4ffabdaceec6de (patch) | |
tree | 3d0e76858ca7177dc9bec2da20746fd0366c3bd2 /source3 | |
parent | 7ff5bf56c85851a58f80ed9122f0817f60d11d69 (diff) | |
download | samba-6531ac6a650a04a332082f38fe4ffabdaceec6de.tar.gz samba-6531ac6a650a04a332082f38fe4ffabdaceec6de.tar.bz2 samba-6531ac6a650a04a332082f38fe4ffabdaceec6de.zip |
s3-waf: next attempt to fix cups and non-cups builds.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Feb 11 16:57:40 CET 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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') |