[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-63-g883f75cbd
wwp at claws-mail.org
wwp at claws-mail.org
Mon Feb 26 11:10:16 CET 2024
The branch, gtk2 has been updated
via 883f75cbd0d63b8349610afba155dd80e31575ac (commit)
from 80995a0dbaf6faf5e6c28b544b9b5170f0f73ee7 (commit)
Summary of changes:
configure.ac | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 883f75cbd0d63b8349610afba155dd80e31575ac
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 09a94d6fb..08b339163 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1219,7 +1219,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_gtk hotkey
@@ -1681,8 +1681,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