]> git.eshelyaron.com Git - emacs.git/commitdiff
Check for <pwd.h>.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 7 May 2005 23:10:34 +0000 (23:10 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 7 May 2005 23:10:34 +0000 (23:10 +0000)
configure.in

index 38dd7b863d7ae464a336ba24fc2660d7c58483e4..294ff8eac39ecdee14ac2cd85ec7bbeb2a2f7656 100644 (file)
@@ -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