From: Dr. Stephen Henson Date: Wed, 28 Oct 2009 15:33:20 +0000 (+0000) Subject: Don't replace whole AR line X-Git-Tag: OpenSSL_1_0_0-beta4~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32509c9731401ecb56baa6ccb4a62ae3ca998186;p=oweals%2Fopenssl.git Don't replace whole AR line --- diff --git a/Configure b/Configure index 6799735274..3aa88295e3 100755 --- a/Configure +++ b/Configure @@ -1500,7 +1500,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"; }