From 42a28b0dfbf9641e4466c06d06018a858e49b883 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sun, 15 Mar 2020 10:57:15 +0100 Subject: build: remove --without-fts configure option Trying to use this option lead to this error since v4.5.17-6-gfc260795: configure: error: Using --without-fts is not longer supported * configure.ac (FIND_WITH_FTS): Remove. * m4/withfts.m4: Remove file. * NEWS: Document this build-related change. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 05fdf785..58838422 100644 --- a/configure.ac +++ b/configure.ac @@ -52,8 +52,6 @@ AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR(gl/m4) AC_SUBST(AUXDIR,$ac_aux_dir) -dnl check for --with-fts -FIND_WITH_FTS AC_ARG_ENABLE(leaf-optimisation, AS_HELP_STRING(--enable-leaf-optimisation,Enable an optimisation which saves lstat calls to identify subdirectories on filesystems having traditional Unix semantics), -- cgit v1.2.1