Changeset 2610 for neercs/trunk/configure.ac
- Timestamp:
- Jul 30, 2008, 11:19:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/configure.ac
r2538 r2610 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) 39 39 40 lock=no41 40 AC_CHECK_LIB(pam, pam_authenticate, 42 41 [PAM_LIBS="${PAM_LIBS} -lpam" 43 lock=yes]) 44 AC_DEFINE(USE_LOCK, 1, [Locking the PTY is supported]) 42 AC_DEFINE(USE_LOCK, 1, [Locking the PTY is supported])]) 45 43 AC_SUBST(PAM_LIBS) 46 44
Note: See TracChangeset
for help on using the changeset viewer.