summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duvivier <cduvivier@google.com>2012-08-08 17:20:23 -0700
committerChristian Duvivier <cduvivier@google.com>2012-08-08 17:20:33 -0700
commit26c4130b23f226856ed28062867ff7496b6734e4 (patch)
treec29c839768de542cc1936c02d35eeb7caca651c0
parentc75057e380f23c46b571d0d8f21eec4daf2c2720 (diff)
downloadlibvpx-26c4130b23f226856ed28062867ff7496b6734e4.tar
libvpx-26c4130b23f226856ed28062867ff7496b6734e4.tar.gz
libvpx-26c4130b23f226856ed28062867ff7496b6734e4.tar.bz2
libvpx-26c4130b23f226856ed28062867ff7496b6734e4.zip
Newline got lost in submission of "Partial import of "New RTCD implementation" from master branch."
Change-Id: I3841eca46e29a108a79fe47af0cfa97f0bc80a2a
-rwxr-xr-xbuild/make/configure.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index be3477823..9bff9cb22 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -457,7 +457,8 @@ process_common_cmdline() {
else
echo "${CMDLINE_SELECT}" | grep "^ *$option\$" >/dev/null ||
die_unknown $opt
- fi $action $option
+ fi
+ $action $option
;;
--require-?*)
eval `echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g'`