From 88d40d0ddafebb20b52725a62d337c1da47abea3 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sat, 3 Jan 2009 23:14:32 +0000 Subject: [PATCH] Correct way to enable WAF autoconfigure --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 0b4210bab..8d6d7bee9 100644 --- a/wscript +++ b/wscript @@ -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()