aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-05-15 03:33:02 +0800
committerChristian Persch <chpe@src.gnome.org>2005-05-15 03:33:02 +0800
commit4a770ac2d3e35cfc5a32333001ebef8d45bce77f (patch)
tree237e05f8bf1ee42553454b048656442766582850 /configure.ac
parent582f912720d98816c6b818dbb6188e0dd554386b (diff)
downloadgsoc2013-epiphany-4a770ac2d3e35cfc5a32333001ebef8d45bce77f.tar
gsoc2013-epiphany-4a770ac2d3e35cfc5a32333001ebef8d45bce77f.tar.gz
gsoc2013-epiphany-4a770ac2d3e35cfc5a32333001ebef8d45bce77f.tar.bz2
gsoc2013-epiphany-4a770ac2d3e35cfc5a32333001ebef8d45bce77f.tar.lz
gsoc2013-epiphany-4a770ac2d3e35cfc5a32333001ebef8d45bce77f.tar.xz
gsoc2013-epiphany-4a770ac2d3e35cfc5a32333001ebef8d45bce77f.tar.zst
gsoc2013-epiphany-4a770ac2d3e35cfc5a32333001ebef8d45bce77f.zip
Drop support for mozilla < 1.7.5.
2005-05-14 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/EphyBrowser.cpp: Drop support for mozilla < 1.7.5.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index a194562b4..c20629b9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -360,21 +360,6 @@ dnl changed from nsIXULChromeRegistry in 1.8a4
AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/chrome/nsIChromeRegistrySea.h],
[AC_DEFINE([HAVE_CHROME_NSICHROMEREGISTRYSEA_H], [1], [Define if nsIChromeRegistrySea.h exists])])
-dnl added after 1.7.3, on aviary and in 1.8a5 on trunk
-
-AC_MSG_CHECKING([for nsIDOMNSEvent::GetIsTrusted])
-
-AC_COMPILE_IFELSE(
- [AC_LANG_PROGRAM(
- [[#include <dom/nsIDOMNSEvent.h>]],
- [[nsIDOMNSEvent *p;
- p->GetIsTrusted (nsnull);]]
- )],
- [AC_DEFINE([MOZ_NSIDOMNSEVENT_GETISTRUSTED],[1],[Define if nsIDOMNSEvent::GetIsTrusted exists]) result=yes],
- [result=no])
-
-AC_MSG_RESULT([$result])
-
dnl changed location in 1.8a6
AC_MSG_CHECKING([for mozilla security compoment])