diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-26 18:46:33 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-26 18:46:33 -0400 |
commit | d2c47f5aa8c8d3ea01e8485dc6528b3f3721bd58 (patch) | |
tree | 7b25f53ab0f0ea9a2a49cccf232f651ef3dd1892 /configure.in | |
parent | 9354fa4d91a79dcfa8aba3251b22abf78b61e083 (diff) | |
download | iceweasel-uxp-d2c47f5aa8c8d3ea01e8485dc6528b3f3721bd58.tar.gz |
remove safebrowsing and disable features
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 |