Automated update
git-svn-id: svn://10.0.0.236/trunk@68416 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8d46f2e31d
commit
f74ef5d026
4
mozilla/configure
vendored
4
mozilla/configure
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user