* builds/unix/configure.raw: Fix inclusion of `ftoption.h'.
diff --git a/ChangeLog b/ChangeLog
index c305860..d755c04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-07-12 Werner Lemberg <wl@gnu.org>
+
+ * builds/unix/configure.raw: Fix inclusion of `ftoption.h'.
+
2020-07-07 Werner Lemberg <wl@gnu.org>
Fix clang warnings.
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index f04c4c2..c0b28e2 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -123,7 +123,7 @@ fi
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