changeset 38574:195ccdb23297

fstat: Fix module dependency conditions. * modules/fstat (Depends-on): Fix typo.
author Bruno Haible <bruno@clisp.org>
date Sat, 13 May 2017 02:39:00 +0200
parents ec217efd06ca
children 0e8ad86bb21c
files ChangeLog modules/fstat
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 13 02:36:19 2017 +0200
+++ b/ChangeLog	Sat May 13 02:39:00 2017 +0200
@@ -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.
--- a/modules/fstat	Sat May 13 02:36:19 2017 +0200
+++ b/modules/fstat	Sat May 13 02:39:00 2017 +0200
@@ -10,9 +10,9 @@
 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