From f7acd4036d1ec78dddfe781656d88ce273474246 Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@gnu.org>
Date: Tue, 15 Apr 2008 17:18:30 +0000
Subject: [PATCH] Properly report required version of libglade. Thanks to
 unknown-1 <pspp@sjpaes.nl> for reporting this bug.

---
 ChangeLog    | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index eb489721..30bc3c95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/configure.ac b/configure.ac
index c5939e26..03a4b399 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ if test x"$with_gui" != x"no" ; then
   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")
 
-- 
2.30.2