Merge branch 'master' into hmqv

pull/263/head
Jeffrey Walton 2016-07-31 04:32:58 -04:00
commit 71ef695187
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ else
fi
# Fixup, bad code generation
if [[ ("$SUNCC_121_OR_ABOVE" -ne "0" ]]; then
if [[ ("$SUNCC_121_OR_ABOVE" -ne "0") ]]; then
HAVE_O5=0
HAVE_OFAST=0
fi