From aa58ddf4dbd8fbc4f8da820733fc7df272d36c15 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 7 Aug 2017 17:53:42 +0200 Subject: [PATCH] Remove an obsolete configure test. * gettext-tools/configure.ac: Remove obsolete test that used the obsolete file . --- gettext-tools/configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index b868075b0..db36ddc06 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -161,9 +161,6 @@ AC_CHECK_TYPES([ptrdiff_t]) gt_TYPE_SSIZE_T AC_TYPE_PID_T gl_GLIBC21 -if test $GLIBC21 = yes; then - AC_CHECK_MEMBERS([struct __locale_struct.__names], , , [#include ]) -fi dnl Checks for library functions. AC_CHECK_FUNCS([select]) -- 2.47.3