summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-04-20 10:56:08 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-04-20 10:56:08 +0000
commit8a877e5ca150160533aa01cdae213e86d4c5cb9e (patch)
treea5ec0f514ebf10102f2813150e3fc8367fb58279 /configure.in
parentf6214bb76be82d1ca25851cfcbaac68a51d424ad (diff)
downloademacs-8a877e5ca150160533aa01cdae213e86d4c5cb9e.tar.gz
Check for <pwd.h>.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e354e585747..cd43275360b 100644
--- a/configure.in
+++ b/configure.in
@@ -1455,7 +1455,7 @@ 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 strings.h coff.h pty.h sys/mman.h \
sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
- sys/utsname.h)
+ sys/utsname.h pwd.h)
AC_MSG_CHECKING(if personality LINUX32 can be set)
AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)],