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

This commit is contained in:
beard%netscape.com 2001-03-02 00:19:29 +00:00
parent 0f3fdaea1e
commit 9845279d6d

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;
}