From 2182129c8f359c4fa1390eaba7a65b595ccd4182 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 30 Jan 2023 21:18:11 +0100 Subject: Remove without-tools feature switch This was originally added for the Windows port, which initially didn't have tool support. Signed-off-by: David Oberhollenzer --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8085bd2..09f5dfd 100644 --- a/configure.ac +++ b/configure.ac @@ -115,19 +115,12 @@ AC_ARG_WITH([pthread], [Build without pthread based block compressor])], [], [with_pthread="yes"]) -AC_ARG_WITH([tools], - [AS_HELP_STRING([--without-tools], - [Only build libsquashfs, do not build the tools.])], - [], [with_tools="yes"]) - AC_ARG_ENABLE([custom-alloc], [AS_HELP_STRING([--disable-custom-alloc], [Do not used any custom allocators.])], [], [enable_custom_alloc="yes"]) AS_IF([test "x$build_windows" = "xyes"], [with_pthread="no"], []) -AS_IF([test "x$with_tools" != "xyes"], [with_selinux="no"], []) -AM_CONDITIONAL([BUILD_TOOLS], [test "x$with_tools" = "xyes"]) ##### Doxygen reference manual ##### @@ -318,7 +311,6 @@ AC_MSG_RESULT([ Custom allocators: ${enable_custom_alloc} - Building tools: ${with_tools} Doxygen found: ${with_doxygen} warnings: -- cgit v1.2.3