~ubuntu-branches/ubuntu/raring/389-ds-base/raring

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-02-06 18:06:31 UTC
  • mfrom: (11.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130206180631-h6ldv3k506hmm46e
Tags: 1.3.0.2-0ubuntu2
debian/*: Fix time stamps due to clock skew (FTBFS).

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
AC_HEADER_DIRENT
35
35
AC_HEADER_STDC
36
36
AC_HEADER_SYS_WAIT
37
 
AC_CHECK_HEADERS([arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/file.h sys/socket.h sys/time.h unistd.h inttypes.h])
 
37
AC_CHECK_HEADERS([arpa/inet.h fcntl.h malloc.h netdb.h netinet/in.h stdlib.h string.h strings.h sys/file.h sys/socket.h sys/time.h unistd.h inttypes.h mntent.h])
38
38
 
39
39
# Checks for typedefs, structures, and compiler characteristics.
40
40
AC_HEADER_STAT
97
97
        AS_HELP_STRING([--enable-pam-passthru],
98
98
                       [enable the PAM passthrough auth plugin (default: yes)]))
99
99
if test "$enable_pam_passthru" = yes ; then
 
100
  # check for pam header file used by plugins/pass_passthru/pam_ptimpl.c
 
101
  AC_CHECK_HEADER([security/pam_appl.h], [], [AC_MSG_ERROR([Missing header file security/pam_appl.h])])
100
102
  AC_MSG_RESULT(yes)
101
103
  AC_DEFINE([ENABLE_PAM_PASSTHRU], [1], [enable the pam passthru auth plugin])
102
104
else
684
686
AC_SUBST(capbrand)
685
687
AC_SUBST(vendor)
686
688
 
 
689
AC_DEFINE([USE_OLD_UNHASHED], [1], [Use old unhashed code])
687
690
AC_DEFINE([LDAP_DEBUG], [1], [LDAP debug flag])
688
691
AC_DEFINE([LDAP_DONT_USE_SMARTHEAP], [1], [Don't use smartheap])
689
692