Removed compiler flag cleanup since Solaris chokes on it.

This commit is contained in:
Dana Robinson 2017-06-29 15:45:36 -05:00
parent 598856b37e
commit 95bbd396ff

View File

@ -3343,14 +3343,6 @@ fi
##
AM_CONDITIONAL([HAVE_SHARED_CONDITIONAL], [test "X$enable_shared" = "Xyes"])
## The H5 flags go through multiple rounds of processing, which can introduce
## extra whitespace. Trim this for nicer output in the settings file.
H5_LDFLAGS=$(echo "$H5_LDFLAGS" | awk '$1=$1')
H5_CPPFLAGS=$(echo "$H5_CPPFLAGS" | awk '$1=$1')
H5_CFLAGS=$(echo "$H5_CFLAGS" | awk '$1=$1')
H5_FCFLAGS=$(echo "$H5_FCFLAGS" | awk '$1=$1')
H5_CXXFLAGS=$(echo "$H5_CXXFLAGS" | awk '$1=$1')
AC_CONFIG_FILES([src/libhdf5.settings
Makefile
src/Makefile