diff options
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 66b0e87d38..8c1c57f12c 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -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) |