Ignore:
Timestamp:
Jul 30, 2008, 11:19:10 PM (15 years ago)
Author:
Pascal Terjan
Message:
  • Fix build without PAM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/configure.ac

    r2538 r2610  
    3838AC_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)
    3939
    40 lock=no
    4140AC_CHECK_LIB(pam, pam_authenticate,
    4241 [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])])
    4543AC_SUBST(PAM_LIBS)
    4644
Note: See TracChangeset for help on using the changeset viewer.