Index: skia/config/SkUserConfig.h |
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h |
index e09dd4b10ce6ebd248ab46bfdf4f5ebb5fccec59..a0cb64f941cead079b8134a2a223437debb39834 100644 |
--- a/skia/config/SkUserConfig.h |
+++ b/skia/config/SkUserConfig.h |
@@ -110,11 +110,7 @@ |
include path. |
*/ |
//#define SK_ZLIB_INCLUDE <zlib.h> |
-#if defined(USE_SYSTEM_ZLIB) |
-#define SK_ZLIB_INCLUDE <zlib.h> |
-#else |
#define SK_ZLIB_INCLUDE "third_party/zlib/zlib.h" |
-#endif |
/* Define this to allow PDF scalars above 32k. The PDF/A spec doesn't allow |
them, but modern PDF interpreters should handle them just fine. |