New upstream version 1.9
[debian/gzip] / m4 / unlink.m4
index af40377f3f0978fea3d60052e78cb361ee3bfbdf..73172e84d2d19a6dba9bb6c63a9cc3d69e6f1d88 100644 (file)
@@ -1,5 +1,5 @@
-# unlink.m4 serial 11
-dnl Copyright (C) 2009-2016 Free Software Foundation, Inc.
+# unlink.m4 serial 12
+dnl Copyright (C) 2009-2018 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -45,6 +45,8 @@ AC_DEFUN([gl_FUNC_UNLINK],
       [case "$host_os" in
                  # Guess yes on glibc systems.
          *-gnu*) gl_cv_func_unlink_honors_slashes="guessing yes" ;;
+                 # Guess no on native Windows.
+         mingw*) gl_cv_func_unlink_honors_slashes="guessing no" ;;
                  # If we don't know, assume the worst.
          *)      gl_cv_func_unlink_honors_slashes="guessing no" ;;
        esac