aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-29 00:47:14 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-29 00:47:14 +0800
commit4ba9bf87d267144b933aade90d29a83a09d4e023 (patch)
treef25adf93761677aacffd4238fbc1279f1a21eb97
parent17a08461b2f39eb514c161a35b00e9c31d2b0e39 (diff)
downloadgsoc2013-epiphany-GNOME_2_12_BRANCHPOINT.tar
gsoc2013-epiphany-GNOME_2_12_BRANCHPOINT.tar.gz
gsoc2013-epiphany-GNOME_2_12_BRANCHPOINT.tar.bz2
gsoc2013-epiphany-GNOME_2_12_BRANCHPOINT.tar.lz
gsoc2013-epiphany-GNOME_2_12_BRANCHPOINT.tar.xz
gsoc2013-epiphany-GNOME_2_12_BRANCHPOINT.tar.zst
gsoc2013-epiphany-GNOME_2_12_BRANCHPOINT.zip
Remove unused variables.GNOME_2_12_BRANCHPOINT
2005-08-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Remove unused variables.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac3
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c845f9f3a..6d9827606 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* configure.ac:
+ Remove unused variables.
+
+2005-08-28 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.ac:
+
Post-release version bump.
2005-08-28 Christian Persch <chpe@cvs.gnome.org>
diff --git a/configure.ac b/configure.ac
index f949e95c6..d42500266 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,11 +321,8 @@ AC_MSG_RESULT([$gecko_version_major.$gecko_version_minor])
if test "$gecko_version_major" = "1" -a "$gecko_version_minor" = "9"; then
AC_MSG_ERROR([Gecko 1.9 is not supported yet])
- have_gecko_1_8=yes
elif test "$gecko_version_major" = "1" -a "$gecko_version_minor" = "8"; then
- have_gecko_1_8=yes
elif test "$gecko_version_major" = "1" -a "$gecko_version_minor" = "7"; then
- have_gecko_1_8=no
else
AC_MSG_ERROR([Unsupported Gecko version $gecko_version_major.$gecko_version_minor])
fi