* builds/unix/configure.raw: Fix inclusion of `ftoption.h'.

GSoC-2020-greg
Werner Lemberg 5 years ago
parent b1286b32a9
commit c922ffa5d2
  1. 4
      ChangeLog
  2. 2
      builds/unix/configure.raw

@ -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.

@ -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

Loading…
Cancel
Save