From 9071ddf137ea8a25de318161c2ed15345a5d5e6b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 19 Nov 2019 21:17:11 +0100 Subject: Remove no-tools restriction for windows Signed-off-by: David Oberhollenzer --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cc1ce9f..3991e53 100644 --- a/configure.ac +++ b/configure.ac @@ -91,10 +91,6 @@ if test "x$build_windows" = "xyes"; then want_pthread="no" fi -if test "x$build_windows" = "xyes"; then - build_tools="no" -fi - AM_CONDITIONAL([BUILD_TOOLS], [test "x$build_tools" = "xyes"]) ##### Doxygen reference manual ##### -- cgit v1.2.3