shithub: libvpx

Download patch

ref: d447808c1d822e46dc8b1a375d7a14964868c5dc
parent: d54b316f54f8ad6b8296facbb9c98ae82d3f4889
parent: 707648c3cc61405d2ae17488aa85af71f72dc870
author: James Zern <jzern@google.com>
date: Thu Feb 27 14:42:57 EST 2014

Merge "configure: remove x86inc debug message"

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1199,8 +1199,8 @@
     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
 
--