aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-11-07 23:49:29 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-11-07 23:49:29 +0000
commit45f96a4353f0ded18b0bbb9c854ed4804c401289 (patch)
tree26a2368811d994a3b15e80213226b4fb5b5bdf52 /configure.ac
parent708445ee00b737963b784ed422c785c311977919 (diff)
downloadfetchmail-45f96a4353f0ded18b0bbb9c854ed4804c401289.tar.gz
fetchmail-45f96a4353f0ded18b0bbb9c854ed4804c401289.tar.bz2
fetchmail-45f96a4353f0ded18b0bbb9c854ed4804c401289.zip
Check for langinfo.h.
svn path=/trunk/; revision=3979
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 781e9560..445f5d95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_TYPE_SIGNAL
AC_CHECK_HEADERS([unistd.h termios.h termio.h sgtty.h stdarg.h \
alloca.h sys/itimer.h fcntl.h sys/fcntl.h memory.h sys/wait.h \
sys/shm.h arpa/inet.h arpa/nameser.h netinet/in.h net/socket.h \
- sys/select.h sys/time.h])
+ sys/select.h sys/time.h langinfo.h])
AC_CHECK_HEADERS([resolv.h],,,[
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H