diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-08-30 04:06:50 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-08-30 04:06:50 (GMT) |
commit | e6f8a55d8c42270efd7c870b7cee07b0d4ba7d08 (patch) | |
tree | 473571e3e023f8875d142d7984e0afdf2da6569e /configure.ac | |
parent | 80c9c77d2e0115b1e5d19599267d9309410dd5f8 (diff) | |
download | hdf5-e6f8a55d8c42270efd7c870b7cee07b0d4ba7d08.zip hdf5-e6f8a55d8c42270efd7c870b7cee07b0d4ba7d08.tar.gz hdf5-e6f8a55d8c42270efd7c870b7cee07b0d4ba7d08.tar.bz2 |
Correct default API version for develop to 112.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc82636..cedfcfd 100644 --- a/configure.ac +++ b/configure.ac @@ -3225,7 +3225,7 @@ fi ## if the user insists on doing this via the --enable-unsupported configure ## flag, we'll let them. if test "X${ALLOW_UNSUPPORTED}" != "Xyes"; then - if test "X${DEFAULT_API_VERSION}" != "Xv110" -a "X${DEPRECATED_SYMBOLS}" = "Xno" ; then + if test "X${DEFAULT_API_VERSION}" != "Xv112" -a "X${DEPRECATED_SYMBOLS}" = "Xno" ; then AC_MSG_ERROR([Removing old public API symbols not allowed when using them as default public API symbols. Use --enable-unsupported to override this error.]) fi fi |