handled trio option correctly
authorIgor Zlatkovic <igor@src.gnome.org>
Wed, 19 Feb 2003 15:08:19 +0000 (15:08 +0000)
committerIgor Zlatkovic <igor@src.gnome.org>
Wed, 19 Feb 2003 15:08:19 +0000 (15:08 +0000)
win32/configure.js

index 526d09a..51ed002 100644 (file)
@@ -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")