From: Ralph Giles Date: Sun, 10 Apr 2011 16:23:53 +0000 (-0700) Subject: Remove duplicate ';;' from the configure script. X-Git-Tag: v1.3.0~1217^2~467 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9f8aefe26975eb68664a3aa4a40909679286b25;p=libvpx Remove duplicate ';;' from the configure script. This gave a syntax error, preventing configure from completing. Change-Id: I3df765f93c26e5bb3b2aab939d1cd01d6c57d450 --- diff --git a/configure b/configure index 87c3c7325..0f30df2cb 100755 --- a/configure +++ b/configure @@ -317,7 +317,6 @@ process_cmdline() { process_common_cmdline "$opt" fi ;; - ;; esac done }