options cache 1 now implies #define MOZ_NEW_CACHE 1. r=sfraser

git-svn-id: svn://10.0.0.236/trunk@88341 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2001-03-02 00:19:29 +00:00
parent 066fe07164
commit 4f9819f668

View File

@@ -219,7 +219,7 @@ sub SetOptionDefines($)
$optiondefines->{"mathml"}{"MOZ_MATHML"} = 1;
$optiondefines->{"svg"}{"MOZ_SVG"} = 1;
$optiondefines->{"carbon"}{"TARGET_CARBON"} = 1;
$optiondefines->{"cache"}{"MOZ_NEW_CACHE"} = 1;
}