mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1142] Purpose:
Bug fix Solution: Fixed a small typo in config/solaris2.x. Platform tested: Solaris2.5
This commit is contained in:
parent
68669abdcb
commit
ed46363fd9
@ -16,7 +16,7 @@ fi
|
||||
. ./config/gnu-flags
|
||||
|
||||
# Try solaris native compiler flags
|
||||
if test "X-" = "X-$cc_flags_set; then
|
||||
if test "X-" = "X-$cc_flags_set"; then
|
||||
CFLAGS="-erroff=%none"
|
||||
DEBUG_CFLAGS=-g
|
||||
DEBUG_CPPFLAGS="-DH5F_LOW_DFLT=H5F_LOW_SEC2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user