- set ENABLE_XSLT even when compiling without SVG support, since that is no
longer hardcoded into config.h.
* Scripts/build-webkit:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@19874
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-02-26 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Lars.
+
+ - set ENABLE_XSLT even when compiling without SVG support, since that is no
+ longer hardcoded into config.h.
+
+ * Scripts/build-webkit:
+
2007-02-26 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
Reviewed by Adam Roben.
my @options = XcodeOptions();
my @overrideFeatureDefinesOption = ();
-push @overrideFeatureDefinesOption, "FEATURE_DEFINES=" if !$svgSupport;
+push @overrideFeatureDefinesOption, "FEATURE_DEFINES=ENABLE_XSLT" if !$svgSupport;
# Check that all the project directories are there.
my @projects = ("JavaScriptCore", "JavaScriptGlue", "WebCore", "WebKit");