X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=b8da5816f5813333a617e25ebdb6cabbcc6e71c3;hb=b099405139cbc42700d5dd62a7741765785410f0;hp=f691cac9be1ceca20448ea23e70ae576f318bb39;hpb=c5085a891768ea584602d156ded09f8ef3eae49d;p=pspp diff --git a/configure.ac b/configure.ac index f691cac9be..b8da5816f5 100644 --- a/configure.ac +++ b/configure.ac @@ -103,8 +103,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+-3.0 >= 3.18.0], [], - [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.18.0 or later (or use --without-gui)])]) + PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.22.0], [], + [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.22.0 or later (or use --without-gui)])]) PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-3.0 >= 3.4.2], [], [PSPP_REQUIRED_PREREQ([gtksourceview 3.0 version 3.4.2 or later (or use --without-gui)])])