From e5ed5f6a595748e2d447ac7af2823471d2f91f45 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 27 Feb 2016 21:23:01 +0100 Subject: [PATCH] Remove last remains of old config strings Reviewed-by: Andy Polyakov --- Configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Configure b/Configure index 09376c8358..274712e8c9 100755 --- a/Configure +++ b/Configure @@ -677,11 +677,6 @@ foreach (@argvcopy) $user_cflags.=" ".$_; } } - elsif ($_ =~ /^([^:]+):(.+)$/) - { - eval "\$table{\$1} = \"$2\""; # allow $xxx constructs in the string - $target=$1; - } else { die "target already defined - $target (offending arg: $_)\n" if ($target ne "");