* configure.ac: check for langinfo.h, locale.h

This commit is contained in:
djcb 2012-03-08 00:12:47 +02:00
parent 8f2c710e48
commit 2c81d65ed5
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ AC_PROG_INSTALL
AC_PROG_CXX
AC_HEADER_STDC
AC_CHECK_HEADERS([locale.h langinfo.h])
# use the 64-bit versions
AC_SYS_LARGEFILE