* builds/unix/configure.raw: Fix inclusion of `ftoption.h'.
This commit is contained in:
parent
b1286b32a9
commit
c922ffa5d2
@ -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…
Reference in New Issue
Block a user