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:
dbaron%fas.harvard.edu 2000-07-01 21:41:48 +00:00
Родитель 45a2e8657a
Коммит 0af80d2a54
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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