summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 6af2cf71da80..20976ce66d3f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -257,11 +257,6 @@ for my $arg (@cmdline_args) {
push @args, $arg;
}
}
-for my $arg (@args) {
- if ($arg =~ /^([A-Z]+)=(.*)/) {
- $ENV{$1} = $2;
- }
-}
if (defined $ENV{NOCONFIGURE}) {
print "Skipping configure process.";