diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-29 00:47:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-29 00:47:14 +0800 |
commit | 4ba9bf87d267144b933aade90d29a83a09d4e023 (patch) | |
tree | f25adf93761677aacffd4238fbc1279f1a21eb97 | |
parent | 17a08461b2f39eb514c161a35b00e9c31d2b0e39 (diff) | |
download | gsoc2013-epiphany-4ba9bf87d267144b933aade90d29a83a09d4e023.tar gsoc2013-epiphany-4ba9bf87d267144b933aade90d29a83a09d4e023.tar.gz gsoc2013-epiphany-4ba9bf87d267144b933aade90d29a83a09d4e023.tar.bz2 gsoc2013-epiphany-4ba9bf87d267144b933aade90d29a83a09d4e023.tar.lz gsoc2013-epiphany-4ba9bf87d267144b933aade90d29a83a09d4e023.tar.xz gsoc2013-epiphany-4ba9bf87d267144b933aade90d29a83a09d4e023.tar.zst gsoc2013-epiphany-4ba9bf87d267144b933aade90d29a83a09d4e023.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-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -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 |