From: Ben Laurie Date: Mon, 28 Dec 1998 19:36:49 +0000 (+0000) Subject: This is not a bug in NT Perl, its a bug in Configure. X-Git-Tag: OpenSSL_0_9_2b~331 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29c7896f13b551f319cfb94bb25072813cbbb58b;p=oweals%2Fopenssl.git This is not a bug in NT Perl, its a bug in Configure. --- 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:::",