From: Richard Levitte Date: Mon, 13 Jun 2005 02:38:07 +0000 (+0000) Subject: Show what the offending target was. X-Git-Tag: FIPS_TEST_10~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7c0341dbc4ce5add5186926742c6b18c38ddbed6;p=oweals%2Fopenssl.git Show what the offending target was. PR: 1108 --- diff --git a/Configure b/Configure index 5b6ed022b1..bd8cae0c01 100755 --- a/Configure +++ b/Configure @@ -878,7 +878,7 @@ PROCESS_ARGS: } else { - die "target already defined - $target\n" if ($target ne ""); + die "target already defined - $target (offending arg: $_)\n" if ($target ne ""); $target=$_; } unless ($_ eq $target) {