diff options
| author | Thien-Thi Nguyen | 2005-04-20 10:56:08 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-04-20 10:56:08 +0000 |
| commit | 8a877e5ca150160533aa01cdae213e86d4c5cb9e (patch) | |
| tree | a5ec0f514ebf10102f2813150e3fc8367fb58279 | |
| parent | f6214bb76be82d1ca25851cfcbaac68a51d424ad (diff) | |
| download | emacs-8a877e5ca150160533aa01cdae213e86d4c5cb9e.tar.gz emacs-8a877e5ca150160533aa01cdae213e86d4c5cb9e.zip | |
Check for <pwd.h>.
| -rw-r--r-- | configure.in | 2 |
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 \ | |||
| 1455 | linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ | 1455 | linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ |
| 1456 | termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ | 1456 | termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ |
| 1457 | sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ | 1457 | sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ |
| 1458 | sys/utsname.h) | 1458 | sys/utsname.h pwd.h) |
| 1459 | 1459 | ||
| 1460 | AC_MSG_CHECKING(if personality LINUX32 can be set) | 1460 | AC_MSG_CHECKING(if personality LINUX32 can be set) |
| 1461 | AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)], | 1461 | AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)], |