diff options
author | Igor Zlatkovic <igor@src.gnome.org> | 2003-02-19 15:08:19 +0000 |
---|---|---|
committer | Igor Zlatkovic <igor@src.gnome.org> | 2003-02-19 15:08:19 +0000 |
commit | 57633693d910cdc8d15f9fa1a4390941b3de0e5b (patch) | |
tree | 62c5059f8e0837703c854eae921f606591927a6b /win32 | |
parent | 503b82b9283562101e72f515b4b83e8e85f4f08a (diff) | |
download | libxslt-57633693d910cdc8d15f9fa1a4390941b3de0e5b.tar.gz libxslt-57633693d910cdc8d15f9fa1a4390941b3de0e5b.tar.bz2 libxslt-57633693d910cdc8d15f9fa1a4390941b3de0e5b.zip |
handled trio option correctly
Diffstat (limited to 'win32')
-rw-r--r-- | win32/configure.js | 2 |
1 files changed, 2 insertions, 0 deletions
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") |