summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1998-12-28 19:36:49 +0000
committerBen Laurie <ben@openssl.org>1998-12-28 19:36:49 +0000
commit29c7896f13b551f319cfb94bb25072813cbbb58b (patch)
tree0d0a2d6384619c172e2822777d2d46d27deedb91
parent448cb8b56f1693024e1c6016f9c6d5d3bf1cb7d7 (diff)
This is not a bug in NT Perl, its a bug in Configure.
-rwxr-xr-xConfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/Configure b/Configure
index 0a1e44def3..cdcb027002 100755
--- a/Configure
+++ b/Configure
@@ -199,9 +199,8 @@ my %table=(
# Windows NT, Microsoft Visual C++ 4.0
-# hmm... bug in perl under NT, I need to concatinate :-(
-"VC-NT","cl:::BN_LLONG RC4_INDEX ".$x86_gcc_opts.":::",
-"VC-WIN32","cl:::BN_LLONG RC4_INDEX ".$x86_gcc_opts.":::",
+"VC-NT","cl:::BN_LLONG RC4_INDEX ${x86_gcc_opts}:::",
+"VC-WIN32","cl:::BN_LLONG RC4_INDEX ${x86_gcc_opts}:::",
"VC-WIN16","cl:::MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT:::",
"VC-W31-16","cl:::BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT:::",
"VC-W31-32","cl:::MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT:::",