]> granicus.if.org Git - libvpx/commitdiff
configure: remove x86inc debug message
authorJames Zern <jzern@google.com>
Thu, 27 Feb 2014 23:07:38 +0000 (15:07 -0800)
committerJames Zern <jzern@google.com>
Thu, 27 Feb 2014 23:07:38 +0000 (15:07 -0800)
+ break long line

Change-Id: I12c1524451a7ce697128801a3328de318cfeabdc

build/make/configure.sh

index b5151da13a96f0606bf07ba6151d804e53166279..c379c74a9b2fdfaeff5cfda48723cf65a8ebf64e 100755 (executable)
@@ -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