From ed46363fd964b7e740ef602a7fb27577484108e3 Mon Sep 17 00:00:00 2001 From: Paul Harten Date: Mon, 15 Mar 1999 11:23:25 -0500 Subject: [svn-r1142] Purpose: Bug fix Solution: Fixed a small typo in config/solaris2.x. Platform tested: Solaris2.5 --- config/solaris2.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12