diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-03 06:49:57 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-03 06:49:57 +0200 |
commit | b5fef8d0e20c45f2643f3b9fbf28749b5f93b4b6 (patch) | |
tree | 478302616326e9a3e2453f3b04c074b3ef69921f | |
parent | 561f3044d6b746e0b71571d20c2f95864ad1a114 (diff) |
gtk_show_uri() requires GTK+ 2.14
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | 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: |