projects
/
platform
/
upstream
/
libxslt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503b82b
)
handled trio option correctly
author
Igor Zlatkovic
<igor@src.gnome.org>
Wed, 19 Feb 2003 15:08:19 +0000
(15:08 +0000)
committer
Igor Zlatkovic
<igor@src.gnome.org>
Wed, 19 Feb 2003 15:08:19 +0000
(15:08 +0000)
win32/configure.js
patch
|
blob
|
history
diff --git
a/win32/configure.js
b/win32/configure.js
index
526d09a
..
51ed002
100644
(file)
--- 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")