Bug 1021378 follow-up: take up my debugging stuff, and typos

This commit is contained in:
Ehsan Akhgari 2014-06-09 10:59:36 -04:00
parent 914c724e96
commit 6f5d813c8c

View File

@ -36,9 +36,6 @@ if test "$compiler" != "$cxxcompiler"; then
fi
CC_VERSION=`echo "$CC_VERSION" | sed 's/ //g'`
CXX_VERSION=`echo "$CXX_VERSION" | sed 's/ //g'`
echo "$CC_VERSION"
echo "$CXX_VERSION"
ecit 1
if test "$compiler" = "gcc"; then
GNU_CC=1
GNU_CXX=1