From: Richard Levitte Date: Mon, 13 Jun 2005 02:39:05 +0000 (+0000) Subject: Show what the offending target was. X-Git-Tag: OpenSSL_0_9_8k^2~2022 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=a761b89d2feac31acb9acf01b4a5c6694c9064db 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=$_; }