summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2008-10-23 19:48:45 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2008-10-23 19:48:45 (GMT)
commitcaa9e0c055f0837061d6586c55fd99fc596114fa (patch)
treef813876722a3f7e3f6fd594fc28612b87ffb6d5d /configure.in
parentb694ad6c877eda39822abf3af6f088ff55bfe9d7 (diff)
downloadhdf5-caa9e0c055f0837061d6586c55fd99fc596114fa.zip
hdf5-caa9e0c055f0837061d6586c55fd99fc596114fa.tar.gz
hdf5-caa9e0c055f0837061d6586c55fd99fc596114fa.tar.bz2
[svn-r15936] Changed the library's macros H5_USE_16_API to H5_USE_16_API_DEFAULT avoid possible conflict with user's definition of H5_USE_16_API. The H5_USE_16_API_DEFAULT is defined through
configure with the flag --with-default-api-version=v16. Tested with h5committest.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9a9a676..eb45aef 100644
--- a/configure.in
+++ b/configure.in
@@ -3758,7 +3758,7 @@ AC_ARG_WITH([default-api-version],
if test "X$withval" = "Xv16"; then
AC_MSG_RESULT([v16])
DEFAULT_API_VERSION=v16
- AC_DEFINE([USE_16_API], [1],
+ AC_DEFINE([USE_16_API_DEFAULT], [1],
[Define using v1.6 public API symbols by default])
elif test "X$withval" = "Xv18"; then
AC_MSG_RESULT([v18])