Remove the --enable-id-cache configure option.

* 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.
This commit is contained in:
James Youngman 2015-12-30 20:23:22 +00:00
parent 3f823dbe42
commit bcd85897c2
2 changed files with 5 additions and 3 deletions

5
NEWS
View File

@ -6,6 +6,11 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
Updated the Hungarian and Slovak translations.
** 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

View File

@ -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])