diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-10 23:09:26 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-10-10 23:09:26 +0000 |
commit | 0c222d068c7ebe9315c4c54731591ce6785d1f42 (patch) | |
tree | af760fc029cd08b6e339e5efb92453f9cafa19cc /old-configure.in | |
parent | 0ea4019528592afbe0ae918350dd259ef6e5719a (diff) | |
download | aura-central-0c222d068c7ebe9315c4c54731591ce6785d1f42.tar.gz |
Issue %3010 - Remove --disable-xul config and conditionals.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/old-configure.in b/old-configure.in index 76e2e91ab..3b19a6c1b 100644 --- a/old-configure.in +++ b/old-configure.in @@ -1977,7 +1977,6 @@ MOZ_TOOLKIT_SEARCH=1 MOZ_UI_LOCALE=en-US MOZ_UNIVERSALCHARDET=1 MOZ_URL_CLASSIFIER= -MOZ_XUL=1 MOZ_ZIPWRITER=1 MOZ_NO_SMART_CARDS= MOZ_NECKO_WIFI=1 @@ -4571,21 +4570,6 @@ AC_SUBST_LIST(MOZ_CAIRO_OSLIBS) AC_SUBST(MOZ_TREE_PIXMAN) dnl ======================================================== -dnl disable xul -dnl ======================================================== -MOZ_ARG_DISABLE_BOOL(xul, -[ --disable-xul Disable XUL], - MOZ_XUL= ) -if test "$MOZ_XUL"; then - AC_DEFINE(MOZ_XUL) -else - dnl remove extensions that require XUL - MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's/inspector//' -e 's/irc//' -e 's/tasks//'` -fi - -AC_SUBST(MOZ_XUL) - -dnl ======================================================== dnl necko configuration options dnl ======================================================== |