Automated update

git-svn-id: svn://10.0.0.236/trunk@68416 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leaf%mozilla.org 2000-05-05 20:45:27 +00:00
parent 8d46f2e31d
commit f74ef5d026

4
mozilla/configure vendored
View File

@ -9958,7 +9958,7 @@ fi
MOZ_EXTENSIONS_DEFAULT="cookie wallet psm-glue"
MOZ_EXTENSIONS_DEFAULT="cookie wallet psm-glue xml-rpc"
# Check whether --with-extensions or --without-extensions was given.
if test "${with_extensions+set}" = set; then
@ -9966,7 +9966,7 @@ if test "${with_extensions+set}" = set; then
MOZ_EXTENSIONS=""
for option in `echo $withval | sed 's/,/ /g'`; do
if test "$option" = "yes" || test "$option" = "all"; then
MOZ_EXTENSIONS="$MOZ_EXTENSIONS cookie irc wallet xmlterm psm-glue"
MOZ_EXTENSIONS="$MOZ_EXTENSIONS cookie irc wallet xmlterm psm-glue xml-rpc"
elif test "$option" = "no" || test "$option" = "none"; then
MOZ_EXTENSIONS=""
elif test "$option" = "default"; then