From 62572e9e1ac7ec9d470b454f6aa04c8aa3d6d2ba Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 17 Apr 2005 11:12:15 +0000 Subject: Mozilla API change. 2005-04-17 Christian Persch * configure.ac: * embed/mozilla/ContentHandler.cpp: Mozilla API change. --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 493072730..61c55541b 100644 --- a/configure.ac +++ b/configure.ac @@ -445,6 +445,13 @@ AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/nsITransfer.h], [AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/uriloader/nsITransfer.h], [AC_DEFINE([HAVE_NSITRANSFER_H],[1],[Define if nsITransfer.h exists])])]) +dnl exists since 1.8b2 + +AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/nsICancelable.h], + [AC_DEFINE([HAVE_NSICANCELABLE_H],[1],[Define if nsICancelable.h exists])], + [AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/necko/nsICancelable.h], + [AC_DEFINE([HAVE_NSICANCELABLE_H],[1],[Define if nsICancelable.h exists])])]) + dnl check for broken reload in GtkMozEmbed dnl This is fixed since 1.7.4 on 1.7 branch, and since 1.8a3 on trunk -- cgit v1.2.3