summaryrefslogtreecommitdiff
path: root/win32/configure.js
diff options
context:
space:
mode:
Diffstat (limited to 'win32/configure.js')
-rw-r--r--win32/configure.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/configure.js b/win32/configure.js
index 1d3622ca..7bbba19e 100644
--- a/win32/configure.js
+++ b/win32/configure.js
@@ -21,7 +21,7 @@ var baseName = "libxmlsec";
/* Configure file which contains the version and the output file where
we can store our build configuration. */
-var configFile = baseDir + "\\configure.in";
+var configFile = baseDir + "\\configure.ac";
var versionFile = ".\\configure.txt";
/* Input and output files regarding the lib(e)xml features. The second
@@ -311,19 +311,19 @@ for (j = 0; j < crlist.length; j++) {
if (crlist[j] == "openssl") {
curcrypto="openssl";
withOpenSSL = 1;
- withOpenSSLVersion = "098"; /* default */
- } else if (crlist[j] == "openssl=096") {
+ withOpenSSLVersion = "100"; /* default */
+ } else if (crlist[j] == "openssl=098") {
curcrypto="openssl";
withOpenSSL = 1;
- withOpenSSLVersion = "096";
- } else if (crlist[j] == "openssl=097") {
+ withOpenSSLVersion = "098";
+ } else if (crlist[j] == "openssl=100") {
curcrypto="openssl";
withOpenSSL = 1;
- withOpenSSLVersion = "097";
- } else if (crlist[j] == "openssl=098") {
+ withOpenSSLVersion = "100";
+ } else if (crlist[j] == "openssl=110") {
curcrypto="openssl";
withOpenSSL = 1;
- withOpenSSLVersion = "098";
+ withOpenSSLVersion = "110";
} else if (crlist[j] == "nss") {
curcrypto="nss";
withNss = 1;