Update libglade version dependency
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 6 Oct 2007 06:58:13 +0000 (06:58 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 6 Oct 2007 06:58:13 +0000 (06:58 +0000)
ChangeLog
INSTALL
configure.ac

index 665efcfa869502010823816d2576e7bea04ed8bb..8fa39f6adc344cbef83f5f884dbaea17147cdb08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/INSTALL b/INSTALL
index 822fe77d8d00cc999f62089df375950170b0170a..f5a826e6258a2e467e85b82f6c1bd3a70aac8675 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -50,7 +50,7 @@ use the GUI, you must run `configure' with --without-gui.
       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.
 
index 0f10bccc167f39253303d46f93739b0d57b3d90d..f0895ce20564d883311855baedbf47069e2b662a 100644 (file)
@@ -39,7 +39,7 @@ AC_ARG_WITH(gui, [  --without-gui         don't build the PSPPIRE gui])
 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")