[svn-r1142] Purpose:

Bug fix

Solution:
    Fixed a small typo in config/solaris2.x.

Platform tested:
    Solaris2.5
This commit is contained in:
Paul Harten 1999-03-15 11:23:25 -05:00
parent 68669abdcb
commit ed46363fd9

View File

@ -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"