summaryrefslogtreecommitdiff
path: root/libraries/base/configure.ac
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-06-23 14:38:13 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-06-23 14:38:13 +0000
commit77bdf4db9c309ffe4696822a856d4d1c69b924a0 (patch)
treee98a38665c70953be8fabae68a16eed7023df7fb /libraries/base/configure.ac
parent82ea26e243e338b9cff4f52e8e0c699501c9549a (diff)
downloadhaskell-77bdf4db9c309ffe4696822a856d4d1c69b924a0.tar.gz
Call nl_langinfo(CODESET) to get the name of the locale encoding on Unix
Diffstat (limited to 'libraries/base/configure.ac')
-rw-r--r--libraries/base/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/configure.ac b/libraries/base/configure.ac
index 4ae0be1cb5..cd153c3bc0 100644
--- a/libraries/base/configure.ac
+++ b/libraries/base/configure.ac
@@ -17,7 +17,7 @@ dnl ** check for full ANSI header (.h) files
AC_HEADER_STDC
# check for specific header (.h) files that we are interested in
-AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h signal.h sys/resource.h sys/select.h sys/stat.h sys/syscall.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/types.h sys/utsname.h sys/wait.h termios.h time.h unistd.h utime.h windows.h winsock.h])
+AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h signal.h sys/resource.h sys/select.h sys/stat.h sys/syscall.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/types.h sys/utsname.h sys/wait.h termios.h time.h unistd.h utime.h windows.h winsock.h langinfo.h])
# Enable large file support. Do this before testing the types ino_t, off_t, and
# rlim_t, because it will affect the result of that test.