Fix errant quotes

This commit is contained in:
Dana Robinson 2019-07-10 13:40:09 -07:00
parent 40b63bffb7
commit 3fa1cc4700

View File

@ -139,7 +139,7 @@ if test "X-gcc" = "X-$cc_vendor"; then
# Optimization #
################
if test "$cc_vers_major" -le 4; then
if test $cc_vers_major -le 4; then
HIGH_OPT_CFLAGS="-O3"
DEBUG_OPT_CFLAGS=
else