From: Bruno Haible Date: Mon, 7 Aug 2017 15:53:42 +0000 (+0200) Subject: Remove an obsolete configure test. X-Git-Tag: v0.20~454 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa58ddf4dbd8fbc4f8da820733fc7df272d36c15;p=thirdparty%2Fgettext.git Remove an obsolete configure test. * gettext-tools/configure.ac: Remove obsolete test that used the obsolete file . --- 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])