fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / getpass
index 161c151273d4bd68c78a127bc2c19c310faf79c9..c1cbc255747408aef6c46a639edb7412a450ad7c 100644 (file)
@@ -15,6 +15,10 @@ strdup-posix
 
 configure.ac:
 gl_FUNC_GETPASS
+if test $HAVE_GETPASS = 0; then
+  AC_LIBOBJ([getpass])
+  gl_PREREQ_GETPASS
+fi
 
 Makefile.am: