]> Dogcows Code - chaz/yoink/blobdiff - configure.ac
the posix timer is now accessible again
[chaz/yoink] / configure.ac
index c5ac1f048170e206ca6eaa05bc8f9187b3cd5671..7b40bb30789a297dee79d9e985d9c587a8003213 100644 (file)
@@ -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])
 
 
 #
This page took 0.020107 seconds and 4 git commands to generate.