diff options
Diffstat (limited to 'gl/m4/fflush.m4')
-rw-r--r-- | gl/m4/fflush.m4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gl/m4/fflush.m4 b/gl/m4/fflush.m4 index 3e3c890..43fc3bf 100644 --- a/gl/m4/fflush.m4 +++ b/gl/m4/fflush.m4 | |||
@@ -1,9 +1,9 @@ | |||
1 | # fflush.m4 serial 18 | 1 | # fflush.m4 |
2 | 2 | # serial 19 | |
3 | # Copyright (C) 2007-2023 Free Software Foundation, Inc. | 3 | dnl Copyright (C) 2007-2024 Free Software Foundation, Inc. |
4 | # This file is free software; the Free Software Foundation | 4 | dnl This file is free software; the Free Software Foundation |
5 | # gives unlimited permission to copy and/or distribute it, | 5 | dnl gives unlimited permission to copy and/or distribute it, |
6 | # with or without modifications, as long as this notice is preserved. | 6 | dnl with or without modifications, as long as this notice is preserved. |
7 | 7 | ||
8 | dnl From Eric Blake | 8 | dnl From Eric Blake |
9 | 9 | ||
@@ -79,9 +79,9 @@ AC_DEFUN([gl_FUNC_FFLUSH_STDIN], | |||
79 | [gl_cv_func_fflush_stdin=yes], | 79 | [gl_cv_func_fflush_stdin=yes], |
80 | [gl_cv_func_fflush_stdin=no], | 80 | [gl_cv_func_fflush_stdin=no], |
81 | [case "$host_os" in | 81 | [case "$host_os" in |
82 | # Guess no on native Windows. | 82 | # Guess no on native Windows. |
83 | mingw*) gl_cv_func_fflush_stdin="guessing no" ;; | 83 | mingw* | windows*) gl_cv_func_fflush_stdin="guessing no" ;; |
84 | *) gl_cv_func_fflush_stdin=cross ;; | 84 | *) gl_cv_func_fflush_stdin=cross ;; |
85 | esac | 85 | esac |
86 | ]) | 86 | ]) |
87 | rm conftest.txt | 87 | rm conftest.txt |