From ad2500ba29aea76d651b5a640f56dccf7c874f3a Mon Sep 17 00:00:00 2001 From: "bnesse%netscape.com" Date: Fri, 21 Dec 2001 22:30:53 +0000 Subject: [PATCH] Fix for bug 89137. Remove autoconfig from preferences library. Patch by mitesh. r=bnesse/dmose. sr=alecf. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f3530cf99c1..79899e5854d 100755 --- a/configure +++ b/configure @@ -10274,7 +10274,7 @@ fi -MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help transformiix venkman inspector" +MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector" MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl" case "$target_os" in diff --git a/configure.in b/configure.in index 8127530bfae..06de01b80f9 100644 --- a/configure.in +++ b/configure.in @@ -3059,7 +3059,7 @@ 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 content-packs xml-rpc xmlextras help transformiix venkman inspector" +MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector" MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl" dnl universalchardet is only built on win32 (bug XXXXXX)