From 4a770ac2d3e35cfc5a32333001ebef8d45bce77f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 14 May 2005 19:33:02 +0000 Subject: Drop support for mozilla < 1.7.5. 2005-05-14 Christian Persch * configure.ac: * embed/mozilla/EphyBrowser.cpp: Drop support for mozilla < 1.7.5. --- configure.ac | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'configure.ac') 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 ]], - [[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]) -- cgit v1.2.3