freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 939e844 30/68: * builds/unix/configure.raw: Fix typo.


From: Werner Lemberg
Subject: [freetype2] master 939e844 30/68: * builds/unix/configure.raw: Fix typo.
Date: Fri, 5 Mar 2021 09:29:38 -0500 (EST)

branch: master
commit 939e844468f8af570e2eb028c1aad8a40df1699d
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    * 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 4e3e08b..171e73a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-01-31  Werner Lemberg  <wl@gnu.org>
+
+       * builds/unix/configure.raw: Fix typo.
+
+       Bug introduced in Vincent's last commit bb33f03.
+
+       Fixes issue #1021.
+
 2021-01-27  Alexei Podtelezhnikov  <apodtele@gmail.com>
 
        * src/base/ftstroke.c (FT_Stroker_EndSubPath): Ignore tiny gaps.
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index c04b560..e45769d 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'
     ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]