From e6f8a55d8c42270efd7c870b7cee07b0d4ba7d08 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Wed, 29 Aug 2018 23:06:50 -0500 Subject: Correct default API version for develop to 112. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12