diff options
-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" |