summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2020-03-15 10:57:15 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2020-03-15 10:57:15 +0100
commit42a28b0dfbf9641e4466c06d06018a858e49b883 (patch)
treee0671fbbec7d991909e8e70348a256641e407444 /configure.ac
parent8f4dd0f71231c94b5fc422b075c49e4abfc9e90c (diff)
downloadfindutils-42a28b0dfbf9641e4466c06d06018a858e49b883.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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),