diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-06-29 22:32:04 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-06-29 22:32:04 (GMT) |
commit | dba4a60413f5e7350b02bfe18aecab2d1b0e2b7a (patch) | |
tree | a6fc48a8cc423e899f14d068515681d513f95f2e | |
parent | 598856b37e89195f1db1a2b9089782cd21d102f6 (diff) | |
parent | d2c7df4ac005e461df3a486791560821ab7b4585 (diff) | |
download | hdf5-dba4a60413f5e7350b02bfe18aecab2d1b0e2b7a.zip hdf5-dba4a60413f5e7350b02bfe18aecab2d1b0e2b7a.tar.gz hdf5-dba4a60413f5e7350b02bfe18aecab2d1b0e2b7a.tar.bz2 |
Merge pull request #588 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'd2c7df4ac005e461df3a486791560821ab7b4585':
Revert "Partial removal of NDEBUG ifdefs from the library."
Partial removal of NDEBUG ifdefs from the library.
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 |