Correct way to enable WAF autoconfigure

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-01-03 23:14:32 +00:00
parent 4a6cf7bff1
commit 88d40d0dda

View File

@@ -30,7 +30,7 @@ cflags.default_profile = 'debug'
import wutils
import regression
Options.autoconfig = 1
Configure.autoconfig = 1
# the following two variables are used by the target "waf dist"
VERSION = file("VERSION", "rt").read().strip()