diff --git a/configure.ac b/configure.ac index e134d382b9d0..b671d2ab60f9 100644 --- a/configure.ac +++ b/configure.ac @@ -835,11 +835,11 @@ if test -n "$with_android_ndk"; then 11.1.*|12.1.*|13.1.*|14.1.*|16.*|17.*|18.*|19.*|20.*|21.*|22.*|23.*|24.*|25.*|26.*) AC_MSG_ERROR([Building for Android requires NDK version >= 27.*]) ;; - 27.*|28.*) + 27.*|28.*|29.*) ;; *) - AC_MSG_WARN([Untested Android NDK version $ANDROID_NDK_VERSION, only versions 27.* to 28.* have been used successfully. Proceed at your own risk.]) - add_warning "Untested Android NDK version $ANDROID_NDK_VERSION, only versions 27.* to 28.* have been used successfully. Proceed at your own risk." + AC_MSG_WARN([Untested Android NDK version $ANDROID_NDK_VERSION, only versions 27.* to 29.* have been used successfully. Proceed at your own risk.]) + add_warning "Untested Android NDK version $ANDROID_NDK_VERSION, only versions 27.* to 29.* have been used successfully. Proceed at your own risk." ;; esac