gtk_show_uri() requires GTK+ 2.14

This commit is contained in:
Berke Viktor
2013-04-03 06:49:57 +02:00
parent 561f3044d6
commit b5fef8d0e2
2 changed files with 2 additions and 2 deletions

View File

@@ -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