aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-05-29 22:05:20 +0800
committerChristian Persch <chpe@src.gnome.org>2004-05-29 22:05:20 +0800
commit8d02a6d730d5b870885d8e9c093e66073b78144d (patch)
tree9c5d165d7cd825bc43096977d1403275ccfa6048 /configure.in
parentc0c07a4e3719b3009f3a369e1a233f8e98b81649 (diff)
downloadgsoc2013-epiphany-8d02a6d730d5b870885d8e9c093e66073b78144d.tar
gsoc2013-epiphany-8d02a6d730d5b870885d8e9c093e66073b78144d.tar.gz
gsoc2013-epiphany-8d02a6d730d5b870885d8e9c093e66073b78144d.tar.bz2
gsoc2013-epiphany-8d02a6d730d5b870885d8e9c093e66073b78144d.tar.lz
gsoc2013-epiphany-8d02a6d730d5b870885d8e9c093e66073b78144d.tar.xz
gsoc2013-epiphany-8d02a6d730d5b870885d8e9c093e66073b78144d.tar.zst
gsoc2013-epiphany-8d02a6d730d5b870885d8e9c093e66073b78144d.zip
Depend on glib >= 2.4.1 because of the fix for bug #112222. Increase
2004-05-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: Depend on glib >= 2.4.1 because of the fix for bug #112222. Increase mozilla snapshot level for 1.8a2/trunk. (backported from HEAD)
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 52c55b4f5..873ffd107 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_PROG_INTLTOOL([0.29])
dnl put the ACLOCAL flags in the Makefile
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
-GLIB_REQUIRED=2.4.0
+GLIB_REQUIRED=2.4.1
GTK_REQUIRED=2.4.0
LIBBONOBOUI_REQUIRED=2.1.1
LIBXML_REQUIRED=2.6.6
@@ -196,8 +196,8 @@ case "$MOZILLA_VERSION" in
branch1.7) MOZILLA_SNAPSHOT=16 ;;
1.8a) MOZILLA_SNAPSHOT=18 ;;
1.8a1) MOZILLA_SNAPSHOT=18 ;;
-1.8a2) MOZILLA_SNAPSHOT=18 ;;
-trunk) MOZILLA_SNAPSHOT=18 ;;
+1.8a2) MOZILLA_SNAPSHOT=19 ;;
+trunk) MOZILLA_SNAPSHOT=19 ;;
*) AC_ERROR([
*****************************************************************************
Epiphany can be built using Mozilla 1.4, 1.4.1, 1.4.2, 1.5, 1.6 or 1.7,