diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2016-02-19 16:21:00 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2016-02-19 16:21:00 (GMT) |
commit | 70c24f201ca18a99cbe0817abab54ae83d93722d (patch) | |
tree | 50081e50326d5d8879c84a919d4c5f4714fa7faa | |
parent | 1b2c30753d214214e67f131322757fe7c6520d1f (diff) | |
download | hdf5-70c24f201ca18a99cbe0817abab54ae83d93722d.zip hdf5-70c24f201ca18a99cbe0817abab54ae83d93722d.tar.gz hdf5-70c24f201ca18a99cbe0817abab54ae83d93722d.tar.bz2 |
[svn-r29158] HDFFV-9190: Changed configure.ac to define H5_USE_18_API_DEFAULT when
'v18' is provided to --with-default-api-version.
Tested: h5committest.new
and kituo with --with-default-api-version=v18
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8f84a72..54ad5a2 100644 --- a/configure.ac +++ b/configure.ac @@ -3168,6 +3168,8 @@ if test "X$withval" = "Xv16"; then elif test "X$withval" = "Xv18"; then AC_MSG_RESULT([v18]) DEFAULT_API_VERSION=v18 + AC_DEFINE([USE_18_API_DEFAULT], [1], + [Define using v1.8 public API symbols by default]) elif test "X$withval" = "Xv110"; then AC_MSG_RESULT([v110]) DEFAULT_API_VERSION=v110 |