ref: c922ffa5d2fe359d5e0d788f3a0850a59da4ae20
parent: b1286b32a9f2bcba3f22c9857ba6df30733b7845
author: Werner Lemberg <[email protected]>
date: Sun Jul 12 03:52:55 EDT 2020
* builds/unix/configure.raw: Fix inclusion of `ftoption.h'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-07-12 Werner Lemberg <[email protected]>
+
+ * builds/unix/configure.raw: Fix inclusion of `ftoption.h'.
+
2020-07-07 Werner Lemberg <[email protected]>
Fix clang warnings.
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -123,7 +123,7 @@
cat > conftest.c <<\_ACEOF
#include <limits.h>
-#define FT_CONFIG_OPTIONS_H "ftoption.h"
+#define FT_CONFIG_OPTIONS_H <freetype/config/ftoption.h>
#define FT_CONFIG_STANDARD_LIBRARY_H <freetype/config/ftstdlib.h>
#define FT_UINT_MAX UINT_MAX
#define FT_ULONG_MAX ULONG_MAX