[Commits] [SCM] claws branch, master, updated. 4.2.0-63-g288a1eed4
wwp at claws-mail.org
wwp at claws-mail.org
Mon Feb 26 11:10:01 CET 2024
The branch, master has been updated
via 288a1eed4e5a1c723a6e9f4848e53bae77c674dc (commit)
from 211dc7a3dc28a056e75dc63e23ab962f976c2fc7 (commit)
Summary of changes:
configure.ac | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 288a1eed4e5a1c723a6e9f4848e53bae77c674dc
Author: wwp <subscript at free.fr>
Date: Mon Feb 26 11:09:59 2024 +0100
fix bug 4791, 'remove obsolete glib version check' (parts by Olaf Hering)
diff --git a/configure.ac b/configure.ac
index 9b447e9e8..93a8282fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1211,7 +1211,7 @@ dnl either yes or no, and do the AC_SUBST calls.
dnl Archive: libarchive
dnl Fancy: Webkit, curl, optionally libsoup-gnome
-dnl Litehtml a C++ compiler, >=glib-2.36, cairo, fontconfig, gumbo, curl
+dnl Litehtml a C++ compiler, glib, cairo, fontconfig, gumbo, curl
dnl Libravatar: libcurl
dnl Notification: optionally libnotify unity/messaging-menu
dnl libcanberra_gtk3 hotkey
@@ -1656,8 +1656,6 @@ if test x"$enable_litehtml_viewer_plugin" != xno; then
if test x"$HAVE_CXX" = xno; then
dependencies_missing="C++ compiler $dependencies_missing"
fi
- PKG_CHECK_EXISTS([glib-2.0 >= 2.36], [],
- [dependencies_missing="glib-2.0 >= 2.36 $dependencies_missing"])
if test x"$HAVE_CAIRO" = xno; then
dependencies_missing="cairo $dependencies_missing"
fi
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list