From f74ef5d026f71d146cd1b4e6e611fe5eac6a7b4e Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Fri, 5 May 2000 20:45:27 +0000 Subject: [PATCH] Automated update git-svn-id: svn://10.0.0.236/trunk@68416 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/configure b/mozilla/configure index af31db62bfd..19b2af4bb70 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -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