X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=43b96fb770ffcd4a0216a7bc588bdf4a08fda303;hb=91d8133700fae5cd89c1fb86dde1f097e1a18055;hp=ef8880508a539bba2c297cadf7954a9678690ad3;hpb=504ee72af2e3f4df358ca45b8acb847affdb85cb;p=pspp diff --git a/configure.ac b/configure.ac index ef8880508a..43b96fb770 100644 --- a/configure.ac +++ b/configure.ac @@ -71,8 +71,8 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then PKG_CHECK_MODULES([GTHREAD], [gthread-2.0], [], [PSPP_REQUIRED_PREREQ([gthread 2.0 (or use --without-gui)])]) - PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.16], [], - [PSPP_REQUIRED_PREREQ([gtk+ 2.0 version 2.16 or later (or use --without-gui)])]) + PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24], [], + [PSPP_REQUIRED_PREREQ([gtk+ 2.0 version 2.24 or later (or use --without-gui)])]) PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-2.0 >= 2.2], [], [PSPP_REQUIRED_PREREQ([gtksourceview 2.0 version 2.2 or later (or use --without-gui)])])