build-sys: do not build tests on win32

They heavily rely on egl/linux currently

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
macos/master
Marc-André Lureau 9 years ago committed by Dave Airlie
parent 3a585bd206
commit 2f3e5622c2
  1. 2
      configure.ac

@ -77,7 +77,7 @@ AC_ARG_ENABLE(tests,
PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
if test "x$build_tests" = "xauto"; then
if test "x$build_tests" = "xauto" && test "x$os_win32" = "xno"; then
build_tests="$HAVE_CHECK"
fi
if test "x$build_tests" = "xyes"; then

Loading…
Cancel
Save