Changeset 2454
- Timestamp:
- Jun 19, 2008, 1:36:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/configure.ac
r2439 r2454 32 32 AC_MSG_ERROR([you need libcaca version 0.99.beta13 or later])]) 33 33 34 AC_CHECK_HEADERS(stdio.h pty.h )34 AC_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) 35 35 36 36 AC_CHECK_LIB(util, forkpty, UTIL_LIBS="${UTIL_LIBS} -lutil")
Note: See TracChangeset
for help on using the changeset viewer.