summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-08-10 13:58:50 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-08-10 13:58:50 (GMT)
commit9b75dca192370c26d1e50b93af67cf73866a1c96 (patch)
treea71a527152ceffba90f27aa958ce9fbf3e5caa24 /configure.in
parent09379da7dec3cc39f5a2ba425d0cbe83c053a4e3 (diff)
downloadcpython-9b75dca192370c26d1e50b93af67cf73866a1c96.zip
cpython-9b75dca192370c26d1e50b93af67cf73866a1c96.tar.gz
cpython-9b75dca192370c26d1e50b93af67cf73866a1c96.tar.bz2
Expose nl_langinfo through locale where available.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b4f72a5..07e9f09 100644
--- a/configure.in
+++ b/configure.in
@@ -413,7 +413,8 @@ dnl AC_MSG_RESULT($cpp_type)
# checks for header files
AC_HEADER_STDC
-AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h locale.h ncurses.h poll.h pthread.h \
+AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h langinfo.h locale.h \
+ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \