зеркало из https://github.com/mozilla/pjs.git
Add Vidur's xmlextras to the list of *all* extensions (what you get with --with-extensions=all). Does not affect default build. r=vidur
This commit is contained in:
Родитель
45a2e8657a
Коммит
0af80d2a54
|
@ -3073,7 +3073,7 @@ MOZ_ARG_WITH_STRING(extensions,
|
||||||
[ MOZ_EXTENSIONS=""
|
[ MOZ_EXTENSIONS=""
|
||||||
for option in `echo $withval | sed 's/,/ /g'`; do
|
for option in `echo $withval | sed 's/,/ /g'`; do
|
||||||
if test "$option" = "yes" || test "$option" = "all"; then
|
if test "$option" = "yes" || test "$option" = "all"; then
|
||||||
MOZ_EXTENSIONS="$MOZ_EXTENSIONS cookie irc wallet xmlterm psm-glue xml-rpc"
|
MOZ_EXTENSIONS="$MOZ_EXTENSIONS cookie irc wallet xmlextras xmlterm psm-glue xml-rpc"
|
||||||
elif test "$option" = "no" || test "$option" = "none"; then
|
elif test "$option" = "no" || test "$option" = "none"; then
|
||||||
MOZ_EXTENSIONS=""
|
MOZ_EXTENSIONS=""
|
||||||
elif test "$option" = "default"; then
|
elif test "$option" = "default"; then
|
||||||
|
|
Загрузка…
Ссылка в новой задаче