fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / getpass
index 32202197c73d67f74a1a8c028dd475551d506f9c..c1cbc255747408aef6c46a639edb7412a450ad7c 100644 (file)
@@ -7,12 +7,18 @@ lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
+extensions
 fseeko
 getline
 stdbool
+strdup-posix
 
 configure.ac:
 gl_FUNC_GETPASS
+if test $HAVE_GETPASS = 0; then
+  AC_LIBOBJ([getpass])
+  gl_PREREQ_GETPASS
+fi
 
 Makefile.am: