diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-11 05:33:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-11 05:33:04 +0800 |
commit | d33c13d6d52a405ef9bec15b414904a9c2620380 (patch) | |
tree | 446f235cdd08562866b99d357a5768843c416d4f /configure.in | |
parent | f8ad4229cc4367fbf672b375b9f0e0338a907bbb (diff) | |
download | gsoc2013-epiphany-d33c13d6d52a405ef9bec15b414904a9c2620380.tar gsoc2013-epiphany-d33c13d6d52a405ef9bec15b414904a9c2620380.tar.gz gsoc2013-epiphany-d33c13d6d52a405ef9bec15b414904a9c2620380.tar.bz2 gsoc2013-epiphany-d33c13d6d52a405ef9bec15b414904a9c2620380.tar.lz gsoc2013-epiphany-d33c13d6d52a405ef9bec15b414904a9c2620380.tar.xz gsoc2013-epiphany-d33c13d6d52a405ef9bec15b414904a9c2620380.tar.zst gsoc2013-epiphany-d33c13d6d52a405ef9bec15b414904a9c2620380.zip |
Adapt to the ever-changing mozilla API.
2004-01-10 Christian Persch <chpe@cvs.gnome.org>
* configure.in:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EventContext.cpp:
Adapt to the ever-changing mozilla API.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d01a17008..a29825e71 100644 --- a/configure.in +++ b/configure.in @@ -191,7 +191,9 @@ case "$MOZILLA_VERSION" in 1.6a) MOZILLA_SNAPSHOT=12 ;; 1.6b) MOZILLA_SNAPSHOT=13 ;; 1.6) MOZILLA_SNAPSHOT=13 ;; - 1.7a) MOZILLA_SNAPSHOT=13 ;; + 1.7a) MOZILLA_SNAPSHOT=14 ;; + 1.7b) MOZILLA_SNAPSHOT=14 ;; + 1.7) MOZILLA_SNAPSHOT=14 ;; trunk) MOZILLA_SNAPSHOT=13 ;; *) AC_ERROR([ ***************************************************************************** |