From: Bruno Haible Date: Sat, 13 May 2017 00:39:00 +0000 (+0200) Subject: fstat: Fix module dependency conditions. X-Git-Tag: v1.0~6164 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=532f7f1eb74212b69e464ceaca943173619f7657;p=gnulib.git fstat: Fix module dependency conditions. * modules/fstat (Depends-on): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index f6cee1dc26..03be7f6806 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-13 Bruno Haible + + fstat: Fix module dependency conditions. + * modules/fstat (Depends-on): Fix typo. + 2017-05-13 Bruno Haible stat, fstat: Complete removal of old native Windows code. diff --git a/modules/fstat b/modules/fstat index 3f2357b99e..076b5f7dbb 100644 --- a/modules/fstat +++ b/modules/fstat @@ -10,9 +10,9 @@ m4/fstat.m4 Depends-on: sys_stat largefile -pathmax [test $REPLACE_STAT = 1] -unistd [test $REPLACE_STAT = 1] -msvc-nothrow [test $REPLACE_STAT = 1] +pathmax [test $REPLACE_FSTAT = 1] +unistd [test $REPLACE_FSTAT = 1] +msvc-nothrow [test $REPLACE_FSTAT = 1] configure.ac: gl_FUNC_FSTAT