From 8a877e5ca150160533aa01cdae213e86d4c5cb9e Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 20 Apr 2005 10:56:08 +0000 Subject: [PATCH] Check for . --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ], [personality (PER_LINUX32)], -- 2.39.2