X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=733923fb01d34c45b33e46743128a51099755372;hb=212afd869b27a300dc9974ba1f12a7fdd9050334;hp=bec7e1a41d257cfa01516ef217f8abd78ccb5234;hpb=2db4d52d01587c430f02c338250949653ee818e6;p=pspp diff --git a/configure.ac b/configure.ac index bec7e1a41d..733923fb01 100644 --- a/configure.ac +++ b/configure.ac @@ -73,6 +73,10 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then 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([GLIB], [glib-2.0 >= 2.32], [], + [PSPP_REQUIRED_PREREQ([glib 2.0 version 2.32 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)])])