The branch master has been updated
       via  e5ed5f6a595748e2d447ac7af2823471d2f91f45 (commit)
      from  d3cdab17362b9ab0f1a0525b736c862937a9cd2f (commit)


- Log -----------------------------------------------------------------
commit e5ed5f6a595748e2d447ac7af2823471d2f91f45
Author: Richard Levitte <levi...@openssl.org>
Date:   Sat Feb 27 21:23:01 2016 +0100

    Remove last remains of old config strings
    
    Reviewed-by: Andy Polyakov <ap...@openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 Configure | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Configure b/Configure
index 09376c8..274712e 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 "");
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to