Fixed codes about clock_gettime for osx

This commit is contained in:
Takeshi Nakatani
2016-02-07 07:40:55 +00:00
parent bf056b213a
commit e01ded9e27
2 changed files with 23 additions and 0 deletions

View File

@ -228,6 +228,9 @@ dnl ----------------------------------------------
dnl malloc_trim function
AC_CHECK_FUNCS([malloc_trim])
dnl clock_gettime function(osx)
AC_CHECK_FUNCS([clock_gettime])
dnl ----------------------------------------------
dnl check symbols/macros/enums
dnl ----------------------------------------------