commit 268f1058b5109179e8e2f24c046e365a093157cb
parent 5523e5d6b51a06c8c85ccbd6e1546fda11f09043
Author: Oliver Lowe <o@olowe.co>
Date: Tue, 12 Aug 2025 15:07:19 +1000
Drop support for gnutls <2.12
2.12 was released almost 14 years ago.
Diffstat:
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -121,13 +121,6 @@ fi
AC_SYS_LARGEFILE
-dnl ******************************
-dnl Checks for host
-dnl Not needed anymore because we
-dnl do AC_CANONICAL_TARGET above
-dnl ******************************
-dnl AC_CANONICAL_HOST
-
dnl Copied from the official gtk+-2 configure.in
AC_MSG_CHECKING([for host platform])
case "$host" in
@@ -377,15 +370,7 @@ if test "x$enable_gnutls" != "xno"; then
[
AC_DEFINE(USE_GNUTLS, 1, gnutls)
echo "Building with GnuTLS"
- PKG_CHECK_MODULES(GNUTLS, gnutls >= 2.11,
- [
- dnl No linking against libgcrypt needed
- ],
- [
- dnl linking against libgcrypt *is* needed
- GNUTLS_LIBS="$GNUTLS_LIBS -lgcrypt"
- ])
- ],
+ ],
[
echo "Building without GnuTLS"
AC_MSG_RESULT([*** GnuTLS support is recommended ])