]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove an obsolete configure test.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Aug 2017 15:53:42 +0000 (17:53 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 22 Aug 2017 00:27:09 +0000 (02:27 +0200)
* gettext-tools/configure.ac: Remove obsolete test that used the obsolete file
<xlocale.h>.

gettext-tools/configure.ac

index b868075b0e6f9443055ae7f163cec1aaa59bde19..db36ddc065f59599f22e29051ff7a42e9579ebc6 100644 (file)
@@ -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 <xlocale.h>])
-fi
 
 dnl Checks for library functions.
 AC_CHECK_FUNCS([select])