]> Savannah Git Hosting - gnulib.git/commitdiff
fstat: Fix module dependency conditions.
authorBruno Haible <bruno@clisp.org>
Sat, 13 May 2017 00:39:00 +0000 (02:39 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 13 May 2017 00:39:00 +0000 (02:39 +0200)
* modules/fstat (Depends-on): Fix typo.

ChangeLog
modules/fstat

index f6cee1dc265c11f32c7c3a5e7c5533ea1d8bd372..03be7f680625f86bf3a232bd54b52db8c4ca1a03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-13  Bruno Haible  <bruno@clisp.org>
+
+       fstat: Fix module dependency conditions.
+       * modules/fstat (Depends-on): Fix typo.
+
 2017-05-13  Bruno Haible  <bruno@clisp.org>
 
        stat, fstat: Complete removal of old native Windows code.
index 3f2357b99e1039fbdaf10e8679cbd9079c89f94c..076b5f7dbbfe2965ff0fdf48aeaec6ff28076391 100644 (file)
@@ -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