diff options
-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: |