summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/ac/withenable.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2/ac/withenable.ac')
-rw-r--r--Build/source/libs/freetype2/ac/withenable.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/libs/freetype2/ac/withenable.ac b/Build/source/libs/freetype2/ac/withenable.ac
index 1ac95763640..26d7144f440 100644
--- a/Build/source/libs/freetype2/ac/withenable.ac
+++ b/Build/source/libs/freetype2/ac/withenable.ac
@@ -4,4 +4,6 @@ dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure options and TL libraries required for freetype2
-KPSE_WITH_LIB([freetype2], [zlib], , , [both -IDIR and -IDIR/freetype2])
+dnl Due to Mac OS X problems we use the internal zlib code.
+dnl KPSE_WITH_LIB([freetype2], [zlib], [nodirs])
+KPSE_WITH_LIB([freetype2], , [nodirs], [requires freetype-config])