Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-05-04 17:41:08 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-05-04 17:41:08 (GMT)
commit16304b33c8c9310bd556b8a56b0a881c0764d278 (patch)
tree30971616db56230c59639a26e88e12c6f51d75d2 /configure.ac
parentbbb96e9c89e6e12fc2a83dc291514ba1859db325 (diff)
Take out the HAVE_NS_WEB_BROWSER ifdefs, we finally have this symbol in mozilla's trunk.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 7bcdf0c..5376c3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,16 +16,6 @@ AM_MAINTAINER_MODE
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
-AC_ARG_ENABLE(ns-web-browser,
- AC_HELP_STRING([--enable-ns-web-browser],
- [Enable features which requires access to nsIWebBrowser]),
- [have_ns_web_browser=yes],
- [have_ns_web_browser=no])
-
-if test "x$have_ns_web_browser" != "xno"; then
- AC_DEFINE([HAVE_NS_WEB_BROWSER], [1], ["Have nsIWebBrowser"])
-fi
-
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
AM_PATH_PYTHON