diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-19 21:17:11 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-19 21:17:11 +0100 |
commit | 9071ddf137ea8a25de318161c2ed15345a5d5e6b (patch) | |
tree | 9de7a8efab4df7cdae30f27697aac962f56e20b1 /configure.ac | |
parent | 13772226a13cf6a8cce30db841946d29c9952c9a (diff) |
Remove no-tools restriction for windows
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
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 ##### |