From: Ken Hornstein Date: Mon, 20 Jan 2014 06:27:15 +0000 (-0500) Subject: Remove autoconf checks for nl_langinfo() and langinfo.h X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/da401a155138ef0affde38d3a040b68d078d1dad?ds=sidebyside;hp=--cc Remove autoconf checks for nl_langinfo() and langinfo.h --- da401a155138ef0affde38d3a040b68d078d1dad diff --git a/configure.ac b/configure.ac index 35fc7810..35118f34 100644 --- a/configure.ac +++ b/configure.ac @@ -329,8 +329,7 @@ AS_CASE(["$host_os"], [CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"])]) AC_HEADER_TIOCGWINSZ -AC_CHECK_HEADERS([fcntl.h langinfo.h wchar.h wctype.h sys/param.h \ - sys/time.h sys/stream.h]) +AC_CHECK_HEADERS([fcntl.h wchar.h wctype.h sys/param.h sys/time.h sys/stream.h]) AC_CHECK_HEADER([sys/ptem.h], AC_DEFINE(WINSIZE_IN_PTEM,1, [Define to 1 if `struct winsize' requires .]),, @@ -342,7 +341,7 @@ AC_CHECK_HEADER([sys/ptem.h], AC_DEFINE(WINSIZE_IN_PTEM,1, dnl --------------- dnl CHECK FUNCTIONS dnl --------------- -AC_CHECK_FUNCS([wcwidth mbtowc nl_langinfo getutxent arc4random]) +AC_CHECK_FUNCS([wcwidth mbtowc getutxent arc4random]) dnl Check for multibyte character set support AS_IF([test "x$ac_cv_header_wchar_h" = "xyes" -a \