From d85e3c92787852430d68b07da7c0398c906f7856 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 8 Feb 2001 22:07:06 +0000 Subject: Upped the version number of gal required to 0.5. 2001-02-08 Christopher James Lahey * configure.in: Upped the version number of gal required to 0.5. svn path=/trunk/; revision=8121 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7d91368d25..d93e1fc68e 100644 --- a/configure.in +++ b/configure.in @@ -332,14 +332,14 @@ fi dnl ****************************** dnl Gnome App Lib checking dnl ****************************** -AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.4.99.8) +AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.5) 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 49908; then + if test "$vers" -ge 50000; then AC_MSG_RESULT(found) else - AC_MSG_ERROR(You need at least GNOME Application libs 0.4.99.8 for this version of Evolution) + AC_MSG_ERROR(You need at least GNOME Application libs 0.5 for this version of Evolution) fi else AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed) -- cgit