diff --git a/win32/configure.js b/win32/configure.js
index ed739e3d0bd0fb1df926ef46cccf0b7a333f019e_d2luMzIvY29uZmlndXJlLmpz..1c5684c70a349cb76ceec8d83d6b9bad62b6a1fb_d2luMzIvY29uZmlndXJlLmpz 100644
--- a/win32/configure.js
+++ b/win32/configure.js
@@ -251,8 +251,8 @@
 	while (ofi.AtEndOfStream != true) {
 		ln = ofi.ReadLine();
 		s = new String(ln);
-		if (s.search(/\@VERSION\@/) != -1) {
-			of.WriteLine(s.replace(/\@VERSION\@/, 
+		if (s.search(/\@LIBEXSLT_VERSION\@/) != -1) {
+			of.WriteLine(s.replace(/\@LIBEXSLT_VERSION\@/, 
 				verMajorExslt + "." + verMinorExslt + "." + verMicroExslt));
 		} else if (s.search(/\@LIBEXSLT_VERSION_NUMBER\@/) != -1) {
 			of.WriteLine(s.replace(/\@LIBEXSLT_VERSION_NUMBER\@/,