comparison configure.ac @ 989:73ea0dce9a57 pam

Merge up to date
author Matt Johnston <matt@ucc.asn.au>
date Fri, 23 Jan 2015 21:38:47 +0800
parents 7cd89d4e0335
children 3a32727986ee
comparison
equal deleted inserted replaced
925:bae0b34bc059 989:73ea0dce9a57
358 AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent) 358 AC_CHECK_FUNCS(endutent getutent getutid getutline pututline setutent)
359 AC_CHECK_FUNCS(utmpname) 359 AC_CHECK_FUNCS(utmpname)
360 AC_CHECK_FUNCS(endutxent getutxent getutxid getutxline pututxline ) 360 AC_CHECK_FUNCS(endutxent getutxent getutxid getutxline pututxline )
361 AC_CHECK_FUNCS(setutxent utmpxname) 361 AC_CHECK_FUNCS(setutxent utmpxname)
362 AC_CHECK_FUNCS(logout updwtmp logwtmp) 362 AC_CHECK_FUNCS(logout updwtmp logwtmp)
363
364 # OS X monotonic time
365 AC_CHECK_HEADERS([mach/mach_time.h])
366 AC_CHECK_FUNCS(mach_absolute_time)
363 367
364 AC_ARG_ENABLE(bundled-libtom, 368 AC_ARG_ENABLE(bundled-libtom,
365 [ --enable-bundled-libtom Force using bundled libtomcrypt/libtommath even if a system version exists. 369 [ --enable-bundled-libtom Force using bundled libtomcrypt/libtommath even if a system version exists.
366 --disable-bundled-libtom Force using system libtomcrypt/libtommath, fail if it does not exist. 370 --disable-bundled-libtom Force using system libtomcrypt/libtommath, fail if it does not exist.
367 Default is to use system if available, otherwise bundled.], 371 Default is to use system if available, otherwise bundled.],