mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Fix errant quotes
This commit is contained in:
parent
40b63bffb7
commit
3fa1cc4700
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user