From c7d1e4bbf2715f6d57ebbc45ec0eea82cbf09c4a Mon Sep 17 00:00:00 2001 From: "mj%digicool.com" Date: Fri, 5 May 2000 20:33:49 +0000 Subject: [PATCH] Make XML-RPC part of the default build on Unix and Win32. smfr will take care ofthe Mac build. r=shaver git-svn-id: svn://10.0.0.236/trunk@68408 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure.in | 4 ++-- mozilla/extensions/makefile.win | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/configure.in b/mozilla/configure.in index 2e985620191..ae40330db6c 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -2858,14 +2858,14 @@ dnl ======================================================== dnl Need cookie and wallet to build mozilla, this should dnl not be the case, 18352 has been filed. dnl http://bugzilla.mozilla.org/show_bug.cgi?id=18352 -MOZ_EXTENSIONS_DEFAULT="cookie wallet psm-glue" +MOZ_EXTENSIONS_DEFAULT="cookie wallet psm-glue xml-rpc" MOZ_ARG_WITH_STRING(extensions, [ --with-extensions Enable extensions (dirs in extensions/)], [ 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 diff --git a/mozilla/extensions/makefile.win b/mozilla/extensions/makefile.win index b7a9c0ebda6..ca3c5be5d2d 100644 --- a/mozilla/extensions/makefile.win +++ b/mozilla/extensions/makefile.win @@ -22,6 +22,6 @@ DEPTH=.. include <$(DEPTH)/config/config.mak> -DIRS = wallet cookie irc psm-glue +DIRS = wallet cookie irc psm-glue xml-rpc include <$(DEPTH)\config\rules.mak>