diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.in b/configure.in index 22cae48..3008ef7 100644 --- a/configure.in +++ b/configure.in @@ -11,18 +11,4 @@ AC_SUBST(MOZ_PHOENIX) AC_DEFINE(HYPE_ICEWEASEL) AC_SUBST(HYPE_ICEWEASEL) -dnl Optional parts of the build. - -dnl ======================================================== -dnl = Disable WebExtensions -dnl ======================================================== -MOZ_ARG_DISABLE_BOOL(webextensions, -[ --disable-webextensions Disable WebExtensions], - MOZ_WEBEXTENSIONS=, - MOZ_WEBEXTENSIONS=1) - -if test -n "$MOZ_WEBEXTENSIONS"; then - AC_DEFINE(MOZ_WEBEXTENSIONS) -fi - -AC_SUBST(MOZ_WEBEXTENSIONS)
\ No newline at end of file +dnl Optional parts of the build.
\ No newline at end of file |