crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / symlinkat
index 16646be6997438c4f18969eb8463964a2d2b8863..7636b293614b5aa655eda2e4bccffddeca0faa5a 100644 (file)
@@ -6,14 +6,17 @@ lib/symlinkat.c
 m4/symlinkat.m4
 
 Depends-on:
+unistd
 extensions
 fcntl-h
-openat
-symlink
-unistd
+openat          [test $HAVE_SYMLINKAT = 0]
+symlink         [test $HAVE_SYMLINKAT = 0]
 
 configure.ac:
 gl_FUNC_SYMLINKAT
+if test $HAVE_SYMLINKAT = 0; then
+  AC_LIBOBJ([symlinkat])
+fi
 gl_UNISTD_MODULE_INDICATOR([symlinkat])
 
 Makefile.am: