From 9b5cc6c755254d3f766e29436e20feff5a6e1aaf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 31 Jul 2003 14:51:31 +0000 Subject: [PATCH] Add a TODO. --- m4/getpass.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/getpass.m4 b/m4/getpass.m4 index 1a349c790..0a7b81742 100644 --- a/m4/getpass.m4 +++ b/m4/getpass.m4 @@ -19,6 +19,7 @@ AC_DEFUN([gl_FUNC_GETPASS], # arbitrary length (not just 8 bytes as on HP-UX). AC_DEFUN([gl_FUNC_GETPASS_GNU], [ + dnl TODO: Detect when GNU getpass() is already found in glibc. AC_LIBOBJ(getpass) gl_PREREQ_GETPASS dnl We must choose a different name for our function, since on ELF systems -- 2.11.0