From: Richard Levitte Date: Mon, 13 Jun 2005 02:38:13 +0000 (+0000) Subject: Show what the offending target was. X-Git-Tag: OpenSSL_0_9_8-beta5~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24f6ab73a7f701e07bfd1c6bc1731b21eea5a966;p=openssl Show what the offending target was. PR: 1108 --- diff --git a/Configure b/Configure index a67a98ef1a..22eb550ffa 100755 --- a/Configure +++ b/Configure @@ -761,7 +761,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=$_; }