diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-10-23 19:48:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-10-23 19:48:45 (GMT) |
commit | caa9e0c055f0837061d6586c55fd99fc596114fa (patch) | |
tree | f813876722a3f7e3f6fd594fc28612b87ffb6d5d /configure | |
parent | b694ad6c877eda39822abf3af6f088ff55bfe9d7 (diff) | |
download | hdf5-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')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 15881 2008-10-15 21:53:36Z mamcgree . +# From configure.in Id: configure.in 15912 2008-10-21 04:10:17Z acheng . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.8.1-snap7. # @@ -51083,7 +51083,7 @@ echo "${ECHO_T}v16" >&6; } DEFAULT_API_VERSION=v16 cat >>confdefs.h <<\_ACEOF -#define USE_16_API 1 +#define USE_16_API_DEFAULT 1 _ACEOF elif test "X$withval" = "Xv18"; then |