* configure.in: Check for <sys/utsname.h>.
* configure: Regenerate.
This commit is contained in:
parent
17c90a9e65
commit
551ffc2715
3 changed files with 365 additions and 190 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-19 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* configure.in: Check for <sys/utsname.h>.
|
||||
* configure: Regenerate.
|
||||
|
||||
2004-12-11 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* Makefile.in (info): Undo 2004-12-05 change.
|
||||
|
|
|
@ -1449,7 +1449,8 @@ 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 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/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
|
||||
sys/utsname.h)
|
||||
|
||||
AC_MSG_CHECKING(if personality LINUX32 can be set)
|
||||
AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)],
|
||||
|
|
Loading…
Add table
Reference in a new issue