summaryrefslogtreecommitdiff
path: root/win32/configure.js
diff options
context:
space:
mode:
Diffstat (limited to 'win32/configure.js')
-rw-r--r--win32/configure.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/configure.js b/win32/configure.js
index 549b942e..c1297944 100644
--- a/win32/configure.js
+++ b/win32/configure.js
@@ -489,7 +489,7 @@ txtOut += "-------------------------\n";
txtOut += " Compiler: " + compiler + "\n";
if (compiler == "msvc")
txtOut += " C-Runtime option: " + cruntime + "\n";
- txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
+txtOut += " Embed Manifest: " + boolToStr(vcmanifest) + "\n";
txtOut += " Debug symbols: " + boolToStr(buildDebug) + "\n";
txtOut += " Static xsltproc: " + boolToStr(buildStatic) + "\n";
txtOut += " Install prefix: " + buildPrefix + "\n";