diff options
author | Dana Robinson <derobins@gmail.com> | 2017-06-29 20:45:36 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@gmail.com> | 2017-06-29 20:45:36 (GMT) |
commit | 95bbd396ff782fff44baff9b7e9f60ff32344801 (patch) | |
tree | a6fc48a8cc423e899f14d068515681d513f95f2e | |
parent | 598856b37e89195f1db1a2b9089782cd21d102f6 (diff) | |
download | hdf5-95bbd396ff782fff44baff9b7e9f60ff32344801.zip hdf5-95bbd396ff782fff44baff9b7e9f60ff32344801.tar.gz hdf5-95bbd396ff782fff44baff9b7e9f60ff32344801.tar.bz2 |
Removed compiler flag cleanup since Solaris chokes on it.
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index dd8d8b1..4595655 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |