From a055e5cbc83970b08540f38740f6c69c51f9831e Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 7 May 2005 23:10:34 +0000 Subject: [PATCH] Check for . --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 38dd7b863d7..294ff8eac39 100644 --- a/configure.in +++ b/configure.in @@ -1330,7 +1330,7 @@ AC_SUBST(LIBSOUND) dnl checks for header files AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ - termcap.h stdio_ext.h fcntl.h term.h strings.h) + termcap.h stdio_ext.h fcntl.h term.h strings.h pwd.h) AC_HEADER_STDC AC_HEADER_TIME AC_DECL_SYS_SIGLIST -- 2.39.5