From 82ae1edb4df0ab71f31d4d38d5fc62eaec3e3cde Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 7 Mar 2001 23:46:28 +0000 Subject: Require GAL 0.5.99.6. svn path=/trunk/; revision=8588 --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 65847a608c..786013986e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-07 Ettore Perazzoli + + * configure.in: Require GAL 0.5.99.6 or later. + 2001-03-07 Kjartan Maraas * shell/main: /* xgettext:no-c-format */ before the welcome diff --git a/configure.in b/configure.in index db616d43fe..255e14c223 100644 --- a/configure.in +++ b/configure.in @@ -352,7 +352,7 @@ fi dnl ****************************** dnl Gnome App Lib checking dnl ****************************** -AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.5.99.4) +AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.5.99.6) if gnome-config --libs gal > /dev/null 2>&1; then vers=`gnome-config --modversion gal | sed -e "s/gal-//" -e 's/cvs$//' -e 's/pre$//' | \ awk 'BEGIN { FS = "."; } { print $1 * 1000000 + $2 * 10000 + $3 * 100 + $4;}'` -- cgit v1.2.3