Mercurial > dropbear
comparison configure.ac @ 928:7cd89d4e0335
Add new monotonic_now() wrapper so that timeouts are unaffected by
system clock changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 13 Mar 2014 23:50:09 +0800 |
parents | 4f1988cb79ce |
children | 3a32727986ee |
comparison
equal
deleted
inserted
replaced
927:122fb3532038 | 928:7cd89d4e0335 |
---|---|
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.], |