crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / symlink
index 729f01cbeb7b2a8bf4193ef1b3e51d62fb40e7b8..f6f1db2d79455c46b0741874619f66be1188155b 100644 (file)
@@ -11,6 +11,9 @@ lstat           [test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1]
 
 configure.ac:
 gl_FUNC_SYMLINK
+if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then
+  AC_LIBOBJ([symlink])
+fi
 gl_UNISTD_MODULE_INDICATOR([symlink])
 
 Makefile.am: