Disable postscript printing on OSX by default.

Thanks to Brian Ryner <bryner@netscape.com> for the patch.
Bug #129761 r=cls a=asa

Remove comment about cookie & wallet being necessary extensions.
Bug #18352


git-svn-id: svn://10.0.0.236/trunk@116303 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com 2002-03-10 07:46:59 +00:00
parent ebd9dc6387
commit dc4e9628ca
2 changed files with 324 additions and 325 deletions

645
mozilla/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -782,6 +782,7 @@ case "$target" in
TK_CFLAGS="-I/Developer/Headers/FlatCarbon -F/System/Library/Frameworks"
CFLAGS="$CFLAGS $TK_CFLAGS"
CXXFLAGS="$CXXFLAGS $TK_CFLAGS"
MOZ_ENABLE_POSTSCRIPT=
;;
esac
;;
@ -3118,9 +3119,6 @@ dnl ========================================================
dnl = Enable compilation of specific extension modules
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 pref transformiix venkman inspector"
dnl universalchardet is only built on win32 (bug XXXXXX)