diff options
author | Paul Harten <pharten@ncsa.uiuc.edu> | 1999-03-15 16:23:25 (GMT) |
---|---|---|
committer | Paul Harten <pharten@ncsa.uiuc.edu> | 1999-03-15 16:23:25 (GMT) |
commit | ed46363fd964b7e740ef602a7fb27577484108e3 (patch) | |
tree | 4aaa8b78de2e53e903be3a944e5c1d4085d2ebc4 | |
parent | 68669abdcb2d576fa75d029e77e628566851c581 (diff) | |
download | hdf5-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
-rw-r--r-- | config/solaris2.x | 2 |
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" |