summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2011-04-10 09:23:53 -0700
committerRalph Giles <giles@xiph.org>2011-04-10 09:30:36 -0700
commitc9f8aefe26975eb68664a3aa4a40909679286b25 (patch)
tree17a4e3cd30342da0417bfdd427158aa782770205 /configure
parente33241bb13fa1c97dc6c3ec35991e229bf06837c (diff)
downloadlibvpx-c9f8aefe26975eb68664a3aa4a40909679286b25.tar
libvpx-c9f8aefe26975eb68664a3aa4a40909679286b25.tar.gz
libvpx-c9f8aefe26975eb68664a3aa4a40909679286b25.tar.bz2
libvpx-c9f8aefe26975eb68664a3aa4a40909679286b25.zip
Remove duplicate ';;' from the configure script.
This gave a syntax error, preventing configure from completing. Change-Id: I3df765f93c26e5bb3b2aab939d1cd01d6c57d450
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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
}