summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVinson Lee <vlee@freedesktop.org>2013-02-19 00:52:40 -0800
committerVinson Lee <vlee@freedesktop.org>2013-02-19 21:17:37 -0800
commitc403a5266663691b96f9cfe9513c787851d54331 (patch)
tree35181126af699da7f206108e0b74853bdd22a315 /configure.ac
parent076403c30d9f5cc79374e30d9f6007b08a63bf2d (diff)
configure.ac: Do not check for clock_gettime on MinGW.
MinGW does not have clock_gettime. Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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=],