aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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