crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / lstat
index e53ac7ed70ea8b4534efbea02fc1d0b2e095ee28..dbe7e11501cd6a25c20fe2746f13884956ebdb82 100644 (file)
@@ -6,12 +6,16 @@ lib/lstat.c
 m4/lstat.m4
 
 Depends-on:
-dosname
-stat
 sys_stat
+dosname         [test $REPLACE_LSTAT = 1]
+stat            [test $REPLACE_LSTAT = 1]
 
 configure.ac:
 gl_FUNC_LSTAT
+if test $REPLACE_LSTAT = 1; then
+  AC_LIBOBJ([lstat])
+  gl_PREREQ_LSTAT
+fi
 gl_SYS_STAT_MODULE_INDICATOR([lstat])
 
 Makefile.am: