From 57633693d910cdc8d15f9fa1a4390941b3de0e5b Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Wed, 19 Feb 2003 15:08:19 +0000 Subject: handled trio option correctly --- win32/configure.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32') diff --git a/win32/configure.js b/win32/configure.js index 526d09af..51ed0025 100644 --- a/win32/configure.js +++ b/win32/configure.js @@ -313,6 +313,8 @@ for (i = 0; (i < WScript.Arguments.length) && (error == 0); i++) { if (opt.length > 0) { if (opt == "xslt_debug") withXsltDebug = strToBool(arg.substring(opt.length + 1, arg.length)); + else if (opt == "trio") + withTrio = strToBool(arg.substring(opt.length + 1, arg.length)); else if (opt == "mem_debug") withMemDebug = strToBool(arg.substring(opt.length + 1, arg.length)); else if (opt == "debugger") -- cgit v1.2.3