X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=a09f48c302413e8213712bfb9bec9a8cd14581f9;hb=0dfa71daaeb7722e8d88b8da1be3111f6443b93d;hp=ab3d26e5055b5c6461548d15768b41c236ad8ae9;hpb=9992e3e5a062abf9324d275d2ad200c2b6dcb3b8;p=psensor.git diff --git a/configure.ac b/configure.ac index ab3d26e..a09f48c 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) if test "$GTK_LIBS" == ""; then - PKG_CHECK_MODULES(GTK, gtk+-2.0 ) + PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.22) AM_CONDITIONAL(GTK, test -n "$GTK_LIBS") AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS)