X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=3eac7dba426abbeb1e409f0b3a89447df84b7b21;hb=refs%2Fheads%2Fv0.6.2.x;hp=a09f48c302413e8213712bfb9bec9a8cd14581f9;hpb=0dfa71daaeb7722e8d88b8da1be3111f6443b93d;p=psensor.git diff --git a/configure.ac b/configure.ac index a09f48c..3eac7db 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT([psensor], [0.6.2.14],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) +AC_INIT([psensor], [0.6.2.x],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor]) AM_INIT_AUTOMAKE([-Wall -Werror gnu]) @@ -63,7 +63,7 @@ AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) if test "$GTK_LIBS" == ""; then - PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.22) + PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.18) AM_CONDITIONAL(GTK, test -n "$GTK_LIBS") AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS)