commit be0f05095c9f5ea75cc6de3d341ffbaf37c2e103
parent d7543298f25d7492b4d3db2e6509be47147623ca
Author: Paul <paul@claws-mail.org>
Date: Sun, 24 Jul 2022 12:15:55 +0100
forgotten capitalisation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -596,7 +596,7 @@ esac
AC_MSG_CHECKING([whether GnuTLS support is present for OAuth2])
if test x"$enable_gnutls" = xyes; then
AC_MSG_RESULT([yes])
- AC_MSG_CHECKING([whether to build oauth2 support])
+ AC_MSG_CHECKING([whether to build OAuth2 support])
if test x"$enable_oauth2" = xyes; then
AC_MSG_RESULT([yes])
AC_DEFINE(USE_OAUTH2, 1, [Define if OAuth2 is to be activated.])