+2007-10-06 John Darrington <john@darrington.wattle.id.au>
+
+ * configure.ac INSTALL: Change libglade version requirement.
+ Thanks to Paul Brown for reporting this issue.
+
2007-09-30 Ben Pfaff <blp@gnu.org>
* configure.ac: Print a message indicating success at the end of
recommend version 2.10.2 or later.
* libglade (http://www.jamesh.id.au/software/libglade/), version
- 2.0 or later.
+ 2.6 or later.
The following packages are optional.
if test x"$with_gui" != x"no" ; then
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8.0,,
[PSPP_REQUIRED_PREREQ([gtk+ 2.0 v2.8.0 or later (or use --without-gui)])])
- PKG_CHECK_MODULES(GLADE, libglade-2.0,,
+ PKG_CHECK_MODULES(GLADE, libglade-2.0 >= 2.6.0,,
[PSPP_REQUIRED_PREREQ([libglade 2.0 (or use --without-gui)])])
fi
AM_CONDITIONAL(WITHGUI, test x"$with_gui" != x"no")