summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2014-04-11 15:32:58 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2014-04-11 15:32:58 (GMT)
commit29791cf160f67f4cccf293c57a5b9479407f7c1b (patch)
tree2434b182432141b7af444daa38a9c0dd27837885 /release_docs/RELEASE.txt
parent14c09fc40002bb2d8db7d4ee4d7c884570614785 (diff)
downloadhdf5-29791cf160f67f4cccf293c57a5b9479407f7c1b.zip
hdf5-29791cf160f67f4cccf293c57a5b9479407f7c1b.tar.gz
hdf5-29791cf160f67f4cccf293c57a5b9479407f7c1b.tar.bz2
[svn-r25016] Purpose:
Merged r24857 from the trunk. Changes to configure.ac so that --with-pthreads is not required when the --enable-threadsafe configure option is set as long as the Pthreads library is in a standard location. Tested on: 32-bit LE linux (jam) with --enable-threadsafe 64-bit LE linux (koala) with --enable-threadsafe 64-bit BE linux (ostrich) with --enable-threadsafe
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 036d877..88b3803 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -121,6 +121,9 @@ Bug Fixes since HDF5-1.8.12
- CMake: Remove use of XLATE_UTILITY program. (ADB - 2014/03/28 HDFFV-8640)
- CMake: Added missing quotes in setting the CMAKE_EXE_LINKER_FLAGS for the
MPI option. (ADB - 2014/02/27 HDFFV-8674)
+ - It is no longer necessary to specify --with-pthreads with
+ --enable-threadsafe if the Pthreads library is in a standard location.
+ Fixes HDFFV-8693. (DER - 2014/04/11)
Library
-------