Correct default API version for develop to 112.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user