X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure.ac;h=7b40bb30789a297dee79d9e985d9c587a8003213;hp=c5ac1f048170e206ca6eaa05bc8f9187b3cd5671;hb=3e195be39157284a7f05b23a8a635adf26c10ee4;hpb=e1a8eee026993b860c557c87ec559c902a4b6a11 diff --git a/configure.ac b/configure.ac index c5ac1f0..7b40bb3 100644 --- a/configure.ac +++ b/configure.ac @@ -102,8 +102,8 @@ AC_SEARCH_LIBS([glBegin], [GL],, [AC_MSG_ERROR([libGL is required])]) AC_SEARCH_LIBS([clock_gettime], [rt], - [AC_DEFINE([HAVE_LIBRT], 1, - [Define to 1 if you have the 'rt' library.])]) + [AC_DEFINE([HAVE_CLOCK_GETTIME], 1, + [Define to 1 if you have the 'clock_gettime' function.])]) # @@ -135,7 +135,7 @@ AC_TYPE_SSIZE_T AC_FUNC_ERROR_AT_LINE AC_FUNC_STRTOD -AC_CHECK_FUNCS([strchr strcspn strrchr strstr]) +AC_CHECK_FUNCS([nanosleep strchr strcspn strrchr strstr]) #