aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-01-30 21:18:11 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-01-30 21:18:11 +0100
commit2182129c8f359c4fa1390eaba7a65b595ccd4182 (patch)
treede17208d3610ae18aacf21812d6d15c948ecd979 /configure.ac
parent98b2731a56d7044e9208fc08895373a8bbbfe8f9 (diff)
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
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: