build: allow configure -C to work again
[nivanova/samba-autobuild/.git] / lib / replace / wscript
index 44cf6462f7d794867ff9ffc71bd4058ecdcc8bbb..8df9c74a81d0be7fa720025c2ae2b1274d8e918f 100644 (file)
@@ -29,6 +29,7 @@ def set_options(opt):
     opt.add_option('--timestamp-dependencies',
                    help=("use file timestamps instead of content for build dependencies (BROKEN)"),
                    action="store_true", dest='timestamp_dependencies', default=False)
+    opt.add_option('-C', action='store_true', help='dummy option for autoconf compatibility')
 
 @wafsamba.runonce
 def configure(conf):