summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-04-04 04:35:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-04-04 04:35:33 (GMT)
commitd6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6 (patch)
treeb579914f65ecd6652ba7f7be74b25881672f7f41 /config
parentf4e7559bd2d8bbd59535cbcafab78e162a6bffb6 (diff)
downloadhdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.zip
hdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.tar.gz
hdf5-d6ecc0d44841cc7248b5eb36c20c3a7e7b33b9e6.tar.bz2
[svn-r20408] Description:
Bring r20382:20407 from trunk to revise_chunks branch. Tested on: Linux/32 2.6 (chicago) w/C++
Diffstat (limited to 'config')
-rw-r--r--config/freebsd6
-rw-r--r--config/lt_vers.am2
2 files changed, 4 insertions, 4 deletions
diff --git a/config/freebsd b/config/freebsd
index 7452ff0..acba521 100644
--- a/config/freebsd
+++ b/config/freebsd
@@ -29,9 +29,9 @@ fi
# Add "_XOPEN_SOURCE" define to cpp flags, to quiet warnings
# from /usr/include/sys/cdefs.h
# (Unless we are using g++ as a C compiler)
-if test "X-g++" != "X-$CC"; then
- H5_CPPFLAGS="$H5_CPPFLAGS -D_XOPEN_SOURCE=600"
-fi
+#if test "X-g++" != "X-$CC"; then
+# H5_CPPFLAGS="$H5_CPPFLAGS -D_XOPEN_SOURCE=600"
+#fi
# Figure out C compiler flags
. $srcdir/config/gnu-flags
diff --git a/config/lt_vers.am b/config/lt_vers.am
index 7db6cff..0aea0b4 100644
--- a/config/lt_vers.am
+++ b/config/lt_vers.am
@@ -17,7 +17,7 @@
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 70
+LT_VERS_REVISION = 71
LT_VERS_AGE = 0
## If the API changes *at all*, increment LT_VERS_INTERFACE and