Thanks to unknown-1 <pspp@sjpaes.nl> for reporting this bug.
+2008-04-15 Ben Pfaff <blp@gnu.org>
+
+ * configure.ac: Properly report required version of libglade.
+ Thanks to unknown-1 <pspp@sjpaes.nl> for reporting this bug.
+
2008-04-15 John Darrington <john@darrington.wattle.id.au>
* configure.ac : Replace AC_CHECK_LIB with AC_SEARCH_LIBS as
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.12.0,,
[PSPP_REQUIRED_PREREQ([gtk+ 2.0 v2.12.0 or later (or use --without-gui)])])
PKG_CHECK_MODULES(GLADE, libglade-2.0 >= 2.6.0,,
- [PSPP_REQUIRED_PREREQ([libglade 2.0 (or use --without-gui)])])
+ [PSPP_REQUIRED_PREREQ([libglade 2.0 v2.6.0 or later (or use --without-gui)])])
fi
AM_CONDITIONAL(WITHGUI, test x"$with_gui" != x"no")