summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-01-02 18:33:03 +0100
committerWerner Lemberg <wl@gnu.org>2022-01-02 18:33:03 +0100
commit2b672e7210a6e989aca4787fb81f4b2542bad9c1 (patch)
treefe5c2c24917e21767a3d8b622e78dfd73ab567aa /devel
parent4eb6cb8818057a022f97176b53738ee3098c8eb6 (diff)
downloadfreetype2-2b672e7210a6e989aca4787fb81f4b2542bad9c1.tar.gz
* builds/unix/configure.raw: Restore `SYSTEM_ZLIB` variable.
This was accidentally removed with commit 93ebcbd0 almost eight years ago.
Diffstat (limited to 'devel')
-rw-r--r--devel/ftoption.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ftoption.h b/devel/ftoption.h
index f92b4167a..a99c4c97d 100644
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -219,6 +219,10 @@ FT_BEGIN_HEADER
* If you use a build system like cmake or the `configure` script,
* options set by those programs have precedence, overwriting the value
* here with the configured one.
+ *
+ * If you use the GNU make build system directly (that is, without the
+ * `configure` script) and you define this macro, you also have to pass
+ * `SYSTEM_ZLIB=yes` as an argument to make.
*/
/* #define FT_CONFIG_OPTION_SYSTEM_ZLIB */