aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-01-26 00:18:32 +0800
committerChris Lahey <clahey@src.gnome.org>2001-01-26 00:18:32 +0800
commit22ab36ee52994c718c655a5d64fb1d7f36ac5f03 (patch)
tree13ae2476ef8d232e09df9388cd41d269f38fd9d7 /configure.in
parentc7e8d6e6a473a3846e5b737d47c529e44c3ae7fd (diff)
downloadgsoc2013-evolution-22ab36ee52994c718c655a5d64fb1d7f36ac5f03.tar.gz
gsoc2013-evolution-22ab36ee52994c718c655a5d64fb1d7f36ac5f03.tar.zst
gsoc2013-evolution-22ab36ee52994c718c655a5d64fb1d7f36ac5f03.zip
Upped the required version of gal in evolution.
2001-01-25 Christopher James Lahey <clahey@helixcode.com> * configure.in: Upped the required version of gal in evolution. svn path=/trunk/; revision=7811
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index babdc6ae6d..d2573864f9 100644
--- a/configure.in
+++ b/configure.in
@@ -327,14 +327,14 @@ fi
dnl ******************************
dnl Gnome App Lib checking
dnl ******************************
-AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.4.99.6)
+AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.4.99.7)
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 49906; then
+ if test "$vers" -ge 49907; then
AC_MSG_RESULT(found)
else
- AC_MSG_ERROR(You need at least GNOME Application libs 0.4.99.6 for this version of Evolution)
+ AC_MSG_ERROR(You need at least GNOME Application libs 0.4.99.7 for this version of Evolution)
fi
else
AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed)
/commit/lang/pike72?h=gstreamer0.10-removal&id=164f217d29eb1fad748d348ff6e9049c26924e1d'>[MAINTAINER] lang/pike72: Try to fix non i386 compilation breakage.edwin2004-11-271-4/+2 * BROKEN on !i386: Does not buildkris2004-11-191-2/+2 * BROKEN on amd64: Build fails (silently)kris2004-06-151-0/+4 * - Fix MASTER_SITESkrion2004-05-211-3/+2 * - Upgrade to 7.2.570.vanilla2004-03-208-363/+106 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * - Fix build on !x86 platformspav2004-03-152-24/+12 * BROKEN on !i386: Does not compilekris2004-03-131-0/+4 * Stopping using nasm when compiling pike.vanilla2004-02-261-8/+0 * BROKEN on !i386: Does not compilekris2004-02-251-0/+4 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * chase print/pdflib libversion upgradeedwin2003-09-271-1/+1 * PR: 52611foxfair2003-06-011-3/+3 * Update to version 7.2.294 and removed GNOME dependency to fix unbuildable port.leeym2003-05-063-19/+21 * print/pdflib -> print/pdflib4edwin2003-04-141-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * upgrade to 7.2.440ijliao2003-02-113-452/+453 * Chase libpq version bump.seanc2003-01-041-1/+1 * chase gdbm lib versionijliao2003-01-031-1/+1 * Upgrade to 7.2.380.vanilla2002-10-275-633/+1002 * Fix probem with Variable expansiondinoex2002-09-101-30/+30 * use port math/libgmp4 in CURRENTdinoex2002-08-242-2/+8 * Use PORTVERSION in pkg-plistdinoex2002-08-222-474/+475 * Update to 3.0.361dinoex2002-08-226-497/+489 * Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1