Changeset 2454


Ignore:
Timestamp:
Jun 19, 2008, 1:36:47 AM (15 years ago)
Author:
Sam Hocevar
Message:
  • Check for various sys/* and linux/* headers. Even if we don't use the result (yet) it's useful to know what different systems have.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/configure.ac

    r2439 r2454  
    3232  AC_MSG_ERROR([you need libcaca version 0.99.beta13 or later])])
    3333
    34 AC_CHECK_HEADERS(stdio.h pty.h)
     34AC_CHECK_HEADERS(stdio.h pty.h sys/ioctl.h sys/ptrace.h sys/stat.h sys/syscall.h sys/user.h sys/wait.h linux/kdev_t.h linux/major.h)
    3535
    3636AC_CHECK_LIB(util, forkpty, UTIL_LIBS="${UTIL_LIBS} -lutil")
Note: See TracChangeset for help on using the changeset viewer.