X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=b8c84ea33d5354a5e9843286cc2d19f23bd8a0e3;hb=aa6f8e301fab021ba2fea720a162e506612ba29f;hp=9ce769983377b1b4809cc99e91d24fda69d0d865;hpb=6363022343d69fa3662e5043aad2dd0e33eb790f;p=pspp diff --git a/configure.ac b/configure.ac index 9ce7699833..b8c84ea33d 100644 --- a/configure.ac +++ b/configure.ac @@ -90,8 +90,8 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then 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)])]) - PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.32], [], - [PSPP_REQUIRED_PREREQ([glib 2.0 version 2.32 or later (or use --without-gui)])]) + PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.44], [], + [PSPP_REQUIRED_PREREQ([glib 2.0 version 2.44 or later (or use --without-gui)])]) AC_ARG_VAR([GLIB_GENMARSHAL]) AC_CHECK_PROGS([GLIB_GENMARSHAL], [glib-genmarshal])