summaryrefslogtreecommitdiffstats
path: root/config/solaris2.x
diff options
context:
space:
mode:
authorPaul Harten <pharten@ncsa.uiuc.edu>1999-03-15 16:23:25 (GMT)
committerPaul Harten <pharten@ncsa.uiuc.edu>1999-03-15 16:23:25 (GMT)
commited46363fd964b7e740ef602a7fb27577484108e3 (patch)
tree4aaa8b78de2e53e903be3a944e5c1d4085d2ebc4 /config/solaris2.x
parent68669abdcb2d576fa75d029e77e628566851c581 (diff)
downloadhdf5-ed46363fd964b7e740ef602a7fb27577484108e3.zip
hdf5-ed46363fd964b7e740ef602a7fb27577484108e3.tar.gz
hdf5-ed46363fd964b7e740ef602a7fb27577484108e3.tar.bz2
[svn-r1142] Purpose:
Bug fix Solution: Fixed a small typo in config/solaris2.x. Platform tested: Solaris2.5
Diffstat (limited to 'config/solaris2.x')
-rw-r--r--config/solaris2.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/solaris2.x b/config/solaris2.x
index 5817957..2ced6cb 100644
--- a/config/solaris2.x
+++ b/config/solaris2.x
@@ -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"