]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix "make distcheck" after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Mon, 18 Sep 2023 21:42:59 +0000 (23:42 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Sep 2023 02:12:50 +0000 (04:12 +0200)
* gettext-runtime/m4/fcntl-o.m4: Update from gnulib.

gettext-runtime/m4/fcntl-o.m4

index 59d558bdd4b3ceb9778ef64cbf5a6f34842a03b8..2fc3d09ad7786c1e3e4f04efa0e8d05f4879d0e2 100644 (file)
@@ -1,4 +1,4 @@
-# fcntl-o.m4 serial 7
+# fcntl-o.m4 serial 8
 dnl Copyright (C) 2006, 2009-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -117,9 +117,9 @@ AC_DEFUN([gl_FCNTL_O_FLAGS],
          *) gl_cv_header_working_fcntl_h='no';;
         esac],
        [case "$host_os" in
-                  # Guess 'no' on native Windows.
-          mingw*) gl_cv_header_working_fcntl_h='no' ;;
-          *)      gl_cv_header_working_fcntl_h=cross-compiling ;;
+                             # Guess 'no' on native Windows.
+          mingw* | windows*) gl_cv_header_working_fcntl_h='no' ;;
+          *)                 gl_cv_header_working_fcntl_h=cross-compiling ;;
         esac
        ])
     ])