X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=1b501232275238a8afdaa8f4b6a315ecc203b520;hb=52e144652645cab108fb2db0a970f1ace2cbf2ea;hp=4b828f8b17e066dc219af5b5883236a2a00ef4fe;hpb=d544788058262e65e71591348d9976a7fd792c97;p=pspp diff --git a/configure.ac b/configure.ac index 4b828f8b17..1b50123227 100644 --- a/configure.ac +++ b/configure.ac @@ -96,8 +96,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])