*** empty log message ***
diff --git a/win32/configure.js b/win32/configure.js
index 59bdeef..01c9a27 100644
--- a/win32/configure.js
+++ b/win32/configure.js
@@ -287,6 +287,8 @@
 			withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
 		else if (opt == "html")
 			withHtml = strToBool(arg.substring(opt.length + 1, arg.length));
+		else if (opt == "c14n")
+			withC14n = strToBool(arg.substring(opt.length + 1, arg.length));
 		else if (opt == "catalog")
 			withCatalog = strToBool(arg.substring(opt.length + 1, arg.length));
 		else if (opt == "docb")