From 939e844468f8af570e2eb028c1aad8a40df1699d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 30 Jan 2021 06:32:38 +0100 Subject: [PATCH] * builds/unix/configure.raw: Fix typo. Bug introduced in Vincent's last commit bb33f03. Fixes issue #1021. --- ChangeLog | 8 ++++++++ builds/unix/configure.raw | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4e3e08b85..171e73a20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2021-01-31 Werner Lemberg + + * builds/unix/configure.raw: Fix typo. + + Bug introduced in Vincent's last commit bb33f03. + + Fixes issue #1021. + 2021-01-27 Alexei Podtelezhnikov * src/base/ftstroke.c (FT_Stroker_EndSubPath): Ignore tiny gaps. diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index c04b56085..e45769d11 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -202,7 +202,7 @@ if test "x${enable_mmap}" != "xno"; then fi if test "x${enable_mmap}" = "xno" \ -o "$ac_cv_func_mmap_fixed_mapped" != "yes"; then - case + case "$host" in *-*-mingw*) FTSYS_SRC='$(PLATFORM_DIR)/ftsystem.c' ;;