summaryrefslogtreecommitdiff
path: root/m4/symlink.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-02-25 17:01:22 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-02-25 17:13:29 -0800
commit6a3a729705f74f630d0a98344531f39d051b543e (patch)
tree8b8ccb0abca0f9bee086d1d9e2fcfe8dd037a816 /m4/symlink.m4
parente91d29f0048d49c4f186e76b8d55cf39e7e77d63 (diff)
downloademacs-6a3a729705f74f630d0a98344531f39d051b543e.tar.gz
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'm4/symlink.m4')
-rw-r--r--m4/symlink.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/symlink.m4 b/m4/symlink.m4
index 7796ec8bbc0..52d6c115ca5 100644
--- a/m4/symlink.m4
+++ b/m4/symlink.m4
@@ -1,4 +1,4 @@
-# serial 9
+# serial 10
# See if we need to provide symlink replacement.
dnl Copyright (C) 2009-2023 Free Software Foundation, Inc.
@@ -38,6 +38,8 @@ AC_DEFUN([gl_FUNC_SYMLINK],
[case "$host_os" in
# Guess yes on Linux systems.
linux-* | linux) gl_cv_func_symlink_works="guessing yes" ;;
+ # Guess yes on systems that emulate the Linux system calls.
+ midipix*) gl_cv_func_symlink_works="guessing yes" ;;
# Guess yes on glibc systems.
*-gnu* | gnu*) gl_cv_func_symlink_works="guessing yes" ;;
# If we don't know, obey --enable-cross-guesses.