Changeset 2995 for neercs/trunk/configure.ac
- Timestamp:
- 10/18/08 23:47:35 (5 years ago)
- File:
-
- 1 edited
-
neercs/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/configure.ac
r2610 r2995 31 31 32 32 CACA="no" 33 PKG_CHECK_MODULES(CACA, caca >= 0.99.beta1 3,33 PKG_CHECK_MODULES(CACA, caca >= 0.99.beta15, 34 34 [CACA="yes"], 35 35 [AC_MSG_RESULT(no) 36 AC_MSG_ERROR([you need libcaca version 0.99.beta1 3or later])])36 AC_MSG_ERROR([you need libcaca version 0.99.beta15 or later])]) 37 37 38 38 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 security/pam_appl.h security/pam_misc.h)
Note: See TracChangeset
for help on using the changeset viewer.
