MinGW does not have clock_gettime.
Signed-off-by: Vinson Lee <[email protected]>
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 16c2f8c..57d3a70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -502,6 +502,8 @@ AC_SUBST([DLOPEN_LIBS])
case "$host_os" in
darwin*)
;;
+mingw*)
+ ;;
*)
AC_CHECK_FUNCS([clock_gettime], [CLOCK_LIB=],
[AC_CHECK_LIB([rt], [clock_gettime], [CLOCK_LIB=-lrt],
--
1.8.1.2
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev