roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / getpass-gnu
index af493f925fba684b10c91987cd8f5de48668c8eb..cd83015ee6ac6f0005ca15cc6cece7c6ecab3f9f 100644 (file)
@@ -7,11 +7,16 @@ lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
+fseeko
 getline
 stdbool
 
 configure.ac:
 gl_FUNC_GETPASS_GNU
+if test $REPLACE_GETPASS = 1; then
+  AC_LIBOBJ([getpass])
+  gl_PREREQ_GETPASS
+fi
 
 Makefile.am: