From e202430d41d6b793e94d7ac0d252de826e80991b Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 16 Jan 2001 02:16:13 +0000 Subject: Changed the required version of gal. 2001-01-15 Christopher James Lahey * configure.in: Changed the required version of gal. svn path=/trunk/; revision=7525 --- ChangeLog | 4 ++++ configure.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86ccd2f661..91eb7423ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-15 Christopher James Lahey + + * configure.in: Changed the required version of gal. + 2001-01-15 Tuomas Kuosmanen * art/16_copy_message.xpm, art/16_move_message.xpm: icons for the diff --git a/configure.in b/configure.in index 8e53457b38..4e849f4833 100644 --- a/configure.in +++ b/configure.in @@ -314,14 +314,14 @@ fi dnl ****************************** dnl Gnome App Lib checking dnl ****************************** -AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.4.99.3) +AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.4.99.4) 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;}'` - if test "$vers" -ge 49903; then + if test "$vers" -ge 49904; then AC_MSG_RESULT(found) else - AC_MSG_ERROR(You need at least GNOME Application libs 0.4.99.3 for this version of Evolution) + AC_MSG_ERROR(You need at least GNOME Application libs 0.4.99.4 for this version of Evolution) fi else AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed) -- cgit