X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=m4%2Funlink.m4;fp=m4%2Funlink.m4;h=73172e84d2d19a6dba9bb6c63a9cc3d69e6f1d88;hb=a8a88eddaa90432e6ec1b8d9d5c9842bc91afd1d;hp=af40377f3f0978fea3d60052e78cb361ee3bfbdf;hpb=20fcfc81ece044b8b0a6768ec6cf47be4e22a2e6;p=debian%2Fgzip diff --git a/m4/unlink.m4 b/m4/unlink.m4 index af40377..73172e8 100644 --- a/m4/unlink.m4 +++ b/m4/unlink.m4 @@ -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