diff options
| -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)], |