summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-10-28 15:33:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-10-28 15:33:20 +0000
commit32509c9731401ecb56baa6ccb4a62ae3ca998186 (patch)
tree0e83f63d35d6522b8d0243e74c1ce49e08a72bb3 /Configure
parentd3f940833d4a58b6cfe47603a1fad35aaedd5d92 (diff)
Don't replace whole AR line
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 6799735274..3aa88295e3 100755
--- a/Configure
+++ b/Configure
@@ -1500,7 +1500,7 @@ while (<IN>)
}
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";
}