summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2021-01-30 06:32:38 +0100
committerWerner Lemberg <wl@gnu.org>2021-01-30 06:32:38 +0100
commit939e844468f8af570e2eb028c1aad8a40df1699d (patch)
tree29fda46b9457fe2a6d486bcc194681aa579783c5 /builds
parent7ae5609dbe6acce55f48f65380b734a7db03e9ce (diff)
downloadfreetype2-939e844468f8af570e2eb028c1aad8a40df1699d.tar.gz
* builds/unix/configure.raw: Fix typo.
Bug introduced in Vincent's last commit bb33f03. Fixes issue #1021.
Diffstat (limited to 'builds')
-rw-r--r--builds/unix/configure.raw2
1 files changed, 1 insertions, 1 deletions
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'
;;