comparison configure.ac @ 1286:7d02b83c61fd coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Fri, 18 Mar 2016 22:47:33 +0800
parents 94d4038bb34c
children b28624698130 18c0b0e450ff 96a282e78085
comparison
equal deleted inserted replaced
1261:770e14154da3 1286:7d02b83c61fd
372 AC_CHECK_FUNCS(logout updwtmp logwtmp) 372 AC_CHECK_FUNCS(logout updwtmp logwtmp)
373 373
374 # OS X monotonic time 374 # OS X monotonic time
375 AC_CHECK_HEADERS([mach/mach_time.h]) 375 AC_CHECK_HEADERS([mach/mach_time.h])
376 AC_CHECK_FUNCS(mach_absolute_time) 376 AC_CHECK_FUNCS(mach_absolute_time)
377
378 AC_CHECK_FUNCS(explicit_bzero memset_s)
379
377 380
378 AC_ARG_ENABLE(bundled-libtom, 381 AC_ARG_ENABLE(bundled-libtom,
379 [ --enable-bundled-libtom Force using bundled libtomcrypt/libtommath even if a system version exists. 382 [ --enable-bundled-libtom Force using bundled libtomcrypt/libtommath even if a system version exists.
380 --disable-bundled-libtom Force using system libtomcrypt/libtommath, fail if it does not exist. 383 --disable-bundled-libtom Force using system libtomcrypt/libtommath, fail if it does not exist.
381 Default is to use system if available, otherwise bundled.], 384 Default is to use system if available, otherwise bundled.],