mirror of https://github.com/freetype/freetype
* builds/unix/configure.raw: Fix typo.
Bug introduced in Vincent's last commit bb33f03
.
Fixes issue #1021.
This commit is contained in:
parent
7ae5609dbe
commit
939e844468
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue