summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-17 20:01:23 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-17 20:01:23 (GMT)
commitaab40090f0227bec4150f322aee40c1aa4dbd21e (patch)
tree2bbc030e752b5aa08707fbddca2fd60fdc167114 /configure.ac
parent589845a3ce4171f1b33e8ff6f71ddd2c6fe3209d (diff)
downloadhdf5-aab40090f0227bec4150f322aee40c1aa4dbd21e.zip
hdf5-aab40090f0227bec4150f322aee40c1aa4dbd21e.tar.gz
hdf5-aab40090f0227bec4150f322aee40c1aa4dbd21e.tar.bz2
HDFFV-10552 Add missing HDF5_USE_110_API_DEFAULT option
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5b93cb6..7a5679d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3210,6 +3210,8 @@ elif test "X$withval" = "Xv18"; then
elif test "X$withval" = "Xv110"; then
AC_MSG_RESULT([v110])
DEFAULT_API_VERSION=v110
+ AC_DEFINE([USE_110_API_DEFAULT], [1],
+ [Define using v1.10 public API symbols by default])
else
AC_MSG_ERROR([invalid version of public symbols given])
fi