replaced decimal module, xrchart_scale with autoformat, histogram x-axis ticks changed.
[pspp] / configure.ac
index bec7e1a41d257cfa01516ef217f8abd78ccb5234..733923fb01d34c45b33e46743128a51099755372 100644 (file)
@@ -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)])])