From b5fef8d0e20c45f2643f3b9fbf28749b5f93b4b6 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 3 Apr 2013 06:49:57 +0200 Subject: gtk_show_uri() requires GTK+ 2.14 --- configure.ac | 2 +- share/doc/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a4b9f459..f282d69b 100644 --- a/configure.ac +++ b/configure.ac @@ -201,7 +201,7 @@ dnl ********************************************************************* # we might get undefined macro without this test if test "$gtkfe" = yes ; then - AM_PATH_GTK_2_0(2.10.0, havegtk=yes, havegtk=no) + AM_PATH_GTK_2_0(2.14.0, havegtk=yes, havegtk=no) if test "$havegtk" = no; then gtkfe=no diff --git a/share/doc/readme.md b/share/doc/readme.md index b474bc9f..656e1dff 100644 --- a/share/doc/readme.md +++ b/share/doc/readme.md @@ -19,7 +19,7 @@ in general. HexChat runs on most BSD and POSIX compliant operating systems. ## Requirements: - * GTK+ 2.10 + * GTK+ 2.14 * GLib 2.14 HexChat is known to work on, at least: -- cgit 1.4.1