[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fstat: fix module dependency conditions
From: |
Bruno Haible |
Subject: |
fstat: fix module dependency conditions |
Date: |
Sat, 13 May 2017 02:39:36 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-75-generic; KDE/5.18.0; x86_64; ; ) |
A very old bug:
2017-05-13 Bruno Haible <address@hidden>
fstat: Fix module dependency conditions.
* modules/fstat (Depends-on): Fix typo.
diff --git a/modules/fstat b/modules/fstat
index 3f2357b..076b5f7 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- fstat: fix module dependency conditions,
Bruno Haible <=