From: Dr. Stephen Henson Date: Wed, 28 Oct 2009 15:33:06 +0000 (+0000) Subject: Don't replace whole AR line X-Git-Tag: OpenSSL_0_9_8m-beta1~75 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8c6dd96aedef82eabd65e9b4f3685fac0aa098e1;p=oweals%2Fopenssl.git Don't replace whole AR line --- diff --git a/Configure b/Configure index eea7efda9d..6fdd8550f4 100755 --- a/Configure +++ b/Configure @@ -1508,7 +1508,7 @@ while () } else { s/^CC=.*$/CC= $cc/; - s/^AR=.*/AR= $ar/; + s/^AR=\s*ar/AR= $ar/; s/^RANLIB=.*/RANLIB= $ranlib/; } s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $cc eq "gcc";