From: Vinson Lee Date: Tue, 19 Feb 2013 08:52:40 +0000 (-0800) Subject: configure.ac: Do not check for clock_gettime on MinGW. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c403a5266663691b96f9cfe9513c787851d54331;p=mesa.git configure.ac: Do not check for clock_gettime on MinGW. MinGW does not have clock_gettime. Signed-off-by: Vinson Lee Reviewed-by: Matt Turner --- diff --git a/configure.ac b/configure.ac index 16c2f8c31c0..1e11b4ea94e 100644 --- a/configure.ac +++ b/configure.ac @@ -500,7 +500,7 @@ AC_CHECK_FUNC([dlopen], [DEFINES="$DEFINES -DHAVE_DLOPEN"], AC_SUBST([DLOPEN_LIBS]) case "$host_os" in -darwin*) +darwin*|mingw*) ;; *) AC_CHECK_FUNCS([clock_gettime], [CLOCK_LIB=],