]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: next attempt to fix cups and non-cups builds.
authorGünther Deschner <gd@samba.org>
Fri, 11 Feb 2011 15:10:07 +0000 (16:10 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 11 Feb 2011 15:57:40 +0000 (16:57 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Feb 11 16:57:40 CET 2011 on sn-devel-104

source3/wscript

index 9b1cb53fe0a4fb262925ede2683ec3a8a3405de2..78aad616572a7565792602fe2edc63c5888a122e 100644 (file)
@@ -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')