From: Dr. Stephen Henson Date: Wed, 28 Oct 2009 15:33:32 +0000 (+0000) Subject: Don't replace whole AR line X-Git-Tag: OpenSSL-fips-2_0-rc1~1469 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=8844a69cd3949fb31b30482c1429d29cdff3a7da;ds=sidebyside Don't replace whole AR line --- diff --git a/Configure b/Configure index b3220c058f..414f0283ec 100755 --- a/Configure +++ b/Configure @@ -1501,7 +1501,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"; }