diff options
Diffstat (limited to 'source3/wscript')
-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') |