aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJean-François Rameau <jframeau@cvs.gnome.org>2006-03-03 21:57:27 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2006-03-03 21:57:27 +0800
commit7bb807425a00d571949c378e8bdf2edcf6ecb40a (patch)
tree9e2b7686dc572e6d96fe2648c76057da609217af /configure.ac
parent846c58ecb9f38d453a898749a0eb8e82b27c51bd (diff)
downloadgsoc2013-epiphany-7bb807425a00d571949c378e8bdf2edcf6ecb40a.tar
gsoc2013-epiphany-7bb807425a00d571949c378e8bdf2edcf6ecb40a.tar.gz
gsoc2013-epiphany-7bb807425a00d571949c378e8bdf2edcf6ecb40a.tar.bz2
gsoc2013-epiphany-7bb807425a00d571949c378e8bdf2edcf6ecb40a.tar.lz
gsoc2013-epiphany-7bb807425a00d571949c378e8bdf2edcf6ecb40a.tar.xz
gsoc2013-epiphany-7bb807425a00d571949c378e8bdf2edcf6ecb40a.tar.zst
gsoc2013-epiphany-7bb807425a00d571949c378e8bdf2edcf6ecb40a.zip
Sync Epiphany with new nsIGlobalHistory3 stuff.
2006-03-03 Jean-François Rameau <jframeau@cvs.gnome.org> * configure.ac: * embed/mozilla/GlobalHistory.h: * embed/mozilla/GlobalHistory.cpp: Sync Epiphany with new nsIGlobalHistory3 stuff. * embed/mozilla/EphyContentPolicy.cpp: (GetEmbedFromContext): Fix a missing return.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a89d3ccc9..1061cefe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -361,6 +361,10 @@ fi
GECKO_CHECK_CONTRACTIDS([$REQUIRED_CONTRACTS],
[],[AC_MSG_ERROR([$gecko_cv_gecko needs to be compiled with at least --enable-extensions=default,$REQUIRED_EXTENSIONS])])
+# Check for nsIGlobalHistory3
+
+GECKO_CHECK_HEADERS([docshell],[nsIGlobalHistory3.h])
+
# Needed since 1.8b2
# Define this down here so it doesn't affect the API checks above