summaryrefslogtreecommitdiff
path: root/modules/getpass-gnu
diff options
context:
space:
mode:
Diffstat (limited to 'modules/getpass-gnu')
-rw-r--r--modules/getpass-gnu4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/getpass-gnu b/modules/getpass-gnu
index 2c9f76e3ff..d968af7e33 100644
--- a/modules/getpass-gnu
+++ b/modules/getpass-gnu
@@ -11,11 +11,11 @@ getpass
configure.ac:
gl_FUNC_GETPASS_GNU
-if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS = 1; then
+if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS_FOR_GETPASS_GNU = 1; then
AC_LIBOBJ([getpass])
gl_PREREQ_GETPASS
fi
-gl_UNISTD_MODULE_INDICATOR([getpass])
+gl_UNISTD_MODULE_INDICATOR([getpass-gnu])
Makefile.am: