Changeset 2457 for neercs/trunk/configure.ac
- Timestamp:
- 06/19/08 14:23:46 (5 years ago)
- File:
-
- 1 edited
-
neercs/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/configure.ac
r2455 r2457 32 32 AC_MSG_ERROR([you need libcaca version 0.99.beta13 or later])]) 33 33 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) 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 security/pam_appl.h security/pam_misc.h) 35 36 AC_CHECK_LIB(pam, pam_authenticate, PAM_LIBS="${PAM_LIBS} -lpam") 37 AC_SUBST(PAM_LIBS) 38 35 39 36 40 AC_CHECK_LIB(util, forkpty, UTIL_LIBS="${UTIL_LIBS} -lutil") 37 41 AC_SUBST(UTIL_LIBS) 38 42 39 case $target_cpu in 43 case $target_cpu in 40 44 i?86) 41 45 case $target_os in … … 43 47 *) grab=no;; 44 48 esac;; 45 *) grab=no;; 46 esac 49 *) grab=no;; 50 esac 47 51 48 52 if test "$grab" = "yes"; then
Note: See TracChangeset
for help on using the changeset viewer.
