summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-05-07 23:10:34 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-05-07 23:10:34 +0000
commita055e5cbc83970b08540f38740f6c69c51f9831e (patch)
tree057d7438b96f33c68e9a394f1be9c8688d5078e6
parenta1bb01cfcee75a77e906216de2cbf2e579f3413b (diff)
downloademacs-a055e5cbc83970b08540f38740f6c69c51f9831e.tar.gz
Check for <pwd.h>.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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