~ubuntu-branches/ubuntu/saucy/libpam-unix2/saucy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Package Import Robot
  • Author(s): Petter Reinholdtsen
  • Date: 2013-07-01 09:10:06 UTC
  • mfrom: (1.1.5) (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20130701091006-ow1d723ztam3abhk
Tags: 1:2.6-1
* QA upload.
* New upstream version.
* New patch 05_glibc216.diff to get the source to build with the
  new glibc version without the locking functions used
  (Closes: #701308).  Thanks to Andreas Jaeger for the patch
  and Thorsten Kukuk for letting me know where to find it.
* New patch 06_format_security.diff to fix format issue with
  pam_sysloc() call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
 
AC_INIT(pam_unix2, 2.4.1, http://www.suse.de/feedback, pam_unix2)
 
2
AC_INIT(pam_unix2, 2.6, http://www.suse.de/feedback, pam_unix2)
3
3
AM_INIT_AUTOMAKE
4
4
AC_CONFIG_SRCDIR([src/support.c])
5
5
AM_CONFIG_HEADER(config.h)
77
77
AC_CHECK_FUNCS(getline getdelim)
78
78
 
79
79
dnl Function check for blowfish crypt
80
 
AC_CHECK_FUNCS(crypt crypt_r crypt_rn crypt_gensalt_rn bigcrypt)
 
80
AC_CHECK_FUNCS(crypt crypt_r xcrypt_gensalt_r bigcrypt)
81
81
 
82
82
dnl Check against -G linker flag
83
83
hold_ldflags=$LDFLAGS