s3-waf: note that the options are broken
authorKai Blin <kai@samba.org>
Fri, 30 Apr 2010 12:22:06 +0000 (14:22 +0200)
committerKai Blin <kai@samba.org>
Thu, 20 May 2010 20:16:14 +0000 (22:16 +0200)
buildtools/wafsamba/samba3.py

index af8ddf710616fe6a0e525cada6d6aded380ade71..5fa4c0fa74c675f5548b040602f69f3f718a54d9 100644 (file)
@@ -14,6 +14,8 @@ def SAMBA3_ADD_OPTION(opt, option, help=(), dest=None, default=True,
     with_val = "--%s-%s" % (with_name, option)
     without_val = "--%s-%s" % (without_name, option)
 
+    #FIXME: This is broken and will always default to "default" no matter if
+    # --with or --without is chosen.
     opt.add_option(with_val, help=help, action="store_true", dest=dest,
                    default=default)
     opt.add_option(without_val, help=SUPPRESS_HELP, action="store_false",