summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-02-27 15:07:38 -0800
committerJames Zern <jzern@google.com>2014-02-27 15:07:38 -0800
commit707648c3cc61405d2ae17488aa85af71f72dc870 (patch)
tree3b8c4c0f6d5e5a5456add8735126e363a5ed75bb /build/make
parentacefe86ef81329ecacd6c5a11ffb43c51e82c910 (diff)
downloadlibvpx-707648c3cc61405d2ae17488aa85af71f72dc870.tar
libvpx-707648c3cc61405d2ae17488aa85af71f72dc870.tar.gz
libvpx-707648c3cc61405d2ae17488aa85af71f72dc870.tar.bz2
libvpx-707648c3cc61405d2ae17488aa85af71f72dc870.zip
configure: remove x86inc debug message
+ break long line Change-Id: I12c1524451a7ce697128801a3328de318cfeabdc
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index b5151da13..c379c74a9 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1199,8 +1199,8 @@ EOF
fi
# default use_x86inc to yes if pic is no or 64bit or we are not on darwin
- echo " checking here for x86inc \"${tgt_isa}\" \"$pic\" "
- if [ ${tgt_isa} = x86_64 -o ! "$pic" = "yes" -o "${tgt_os#darwin}" = "${tgt_os}" ]; then
+ if [ ${tgt_isa} = x86_64 -o ! "$pic" = "yes" -o \
+ "${tgt_os#darwin}" = "${tgt_os}" ]; then
soft_enable use_x86inc
fi