1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

libreplace/waf: look for clock_gettime

This commit is contained in:
Björn Jacke 2010-08-27 00:13:07 +02:00
parent 4e104f185e
commit 9f87bc4588

View File

@ -173,6 +173,7 @@ def configure(conf):
define='DLOPEN_TAKES_UNSIGNED_FLAGS', headers='dlfcn.h dl.h')
conf.CHECK_FUNCS_IN('fdatasync', 'rt', checklibc=True)
conf.CHECK_FUNCS_IN('clock_gettime', 'rt', checklibc=True)
# these headers need to be tested as a group on freebsd
conf.CHECK_HEADERS(headers='sys/socket.h net/if.h', together=True)