diff options
Diffstat (limited to 'm4/lstat.m4')
| -rw-r--r-- | m4/lstat.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/lstat.m4 b/m4/lstat.m4 index ac6f143ce7d..3694e4ceaf7 100644 --- a/m4/lstat.m4 +++ b/m4/lstat.m4 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # serial 31 | 1 | # serial 32 |
| 2 | 2 | ||
| 3 | # Copyright (C) 1997-2001, 2003-2018 Free Software Foundation, Inc. | 3 | # Copyright (C) 1997-2001, 2003-2018 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| @@ -53,6 +53,9 @@ AC_DEFUN([gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK], | |||
| 53 | [gl_cv_func_lstat_dereferences_slashed_symlink=yes], | 53 | [gl_cv_func_lstat_dereferences_slashed_symlink=yes], |
| 54 | [gl_cv_func_lstat_dereferences_slashed_symlink=no], | 54 | [gl_cv_func_lstat_dereferences_slashed_symlink=no], |
| 55 | [case "$host_os" in | 55 | [case "$host_os" in |
| 56 | linux-* | linux) | ||
| 57 | # Guess yes on Linux systems. | ||
| 58 | gl_cv_func_lstat_dereferences_slashed_symlink="guessing yes" ;; | ||
| 56 | *-gnu* | gnu*) | 59 | *-gnu* | gnu*) |
| 57 | # Guess yes on glibc systems. | 60 | # Guess yes on glibc systems. |
| 58 | gl_cv_func_lstat_dereferences_slashed_symlink="guessing yes" ;; | 61 | gl_cv_func_lstat_dereferences_slashed_symlink="guessing yes" ;; |