diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/freebsd | 6 | ||||
-rw-r--r-- | config/lt_vers.am | 2 |
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 |