X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=401779f5da0f5e8c64e94b88f45642d9b71f136c;hb=7293c1a383d325c371bd708401e5a1d7586a4d90;hp=b2009b5a0c0ff9bdf2951c517723d2ab2c856ea6;hpb=258cbd9cdf386687122b0854274923acafc786d4;p=pspp diff --git a/configure.ac b/configure.ac index b2009b5a0c..401779f5da 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])