freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] * builds/unix/configure.raw: Fix typo.


From: Werner Lemberg
Subject: [Git][freetype/freetype][master] * builds/unix/configure.raw: Fix typo.
Date: Sat, 30 Jan 2021 05:44:56 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

2 changed files:

Changes:

  • ChangeLog
    1
    +2021-01-31  Werner Lemberg  <wl@gnu.org>
    
    2
    +
    
    3
    +	* builds/unix/configure.raw: Fix typo.
    
    4
    +
    
    5
    +	Bug introduced in Vincent's last commit bb33f03.
    
    6
    +
    
    7
    +	Fixes issue #1021.
    
    8
    +
    
    1 9
     2021-01-27  Alexei Podtelezhnikov  <apodtele@gmail.com>
    
    2 10
     
    
    3 11
     	* src/base/ftstroke.c (FT_Stroker_EndSubPath): Ignore tiny gaps.
    

  • builds/unix/configure.raw
    ... ... @@ -202,7 +202,7 @@ if test "x${enable_mmap}" != "xno"; then
    202 202
     fi
    
    203 203
     if test "x${enable_mmap}" = "xno" \
    
    204 204
        -o "$ac_cv_func_mmap_fixed_mapped" != "yes"; then
    
    205
    -  case
    
    205
    +  case "$host" in
    
    206 206
       *-*-mingw*)
    
    207 207
         FTSYS_SRC='$(PLATFORM_DIR)/ftsystem.c'
    
    208 208
         ;;
    


  • reply via email to

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