]> granicus.if.org Git - libvpx/commitdiff
Remove duplicate ';;' from the configure script.
authorRalph Giles <giles@xiph.org>
Sun, 10 Apr 2011 16:23:53 +0000 (09:23 -0700)
committerRalph Giles <giles@xiph.org>
Sun, 10 Apr 2011 16:30:36 +0000 (09:30 -0700)
This gave a syntax error, preventing configure from completing.

Change-Id: I3df765f93c26e5bb3b2aab939d1cd01d6c57d450

configure

index 87c3c7325c8831db29cefa1153397e0eb3c7760c..0f30df2cb275b3ffb387c1c3558f1d27f8ce699a 100755 (executable)
--- a/configure
+++ b/configure
@@ -317,7 +317,6 @@ process_cmdline() {
             process_common_cmdline "$opt"
         fi
         ;;
-        ;;
         esac
     done
 }