From: James Youngman <j...@gnu.org> * configure.ac: Remove the --enable-id-cache option. This option became a no-op in findutils-4.5.15. Before that it did something but the code was buggy. See https://savannah.gnu.org/bugs/?45062 for details. * NEWS: State that this configure option is removed. --- NEWS | 5 +++++ configure.ac | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS index 590d3e2..5ba1f3e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) * Major changes in release 4.7.0-git, YYYY-MM-DD +** Changes to find + +The configure option --enable-id-cache has been removed. It has been +a no-op since findnutils-4.5.15. + * Major changes in release 4.6.0, 2015-12-28 ** Stable Release diff --git a/configure.ac b/configure.ac index 0b9ef28..bfc94f1 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,6 @@ AC_SUBST(AUXDIR,$ac_aux_dir) dnl check for --with-fts FIND_WITH_FTS -AC_ARG_ENABLE(id-cache, -[ --enable-id-cache This currently has no effect.],) - AC_ARG_ENABLE(debug, AS_HELP_STRING(--enable-debug,Enable debugging output which is likely to be interesting to people debugging findutils), [ac_cv_debug=$enableval],[ac_cv_debug=no]) -- 2.1.4