aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-03 18:51:10 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-03 18:51:10 +0000
commitf0207f4f9e44aae2abf391d04bae025e9bae4094 (patch)
tree5f07ee615437f9c52a005d08b7b5399d2b158c2e /configure.in
parentc37e99fbb51fc1daac738d3eaf67e7b4dc311b6f (diff)
downloadfetchmail-f0207f4f9e44aae2abf391d04bae025e9bae4094.tar.gz
fetchmail-f0207f4f9e44aae2abf391d04bae025e9bae4094.tar.bz2
fetchmail-f0207f4f9e44aae2abf391d04bae025e9bae4094.zip
Include alloca.h when you have it.
svn path=/trunk/; revision=596
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 91dae06e..a3935000 100644
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,7 @@ AC_HEADER_STDC
AC_TYPE_SIZE_T
AC_TYPE_PID_T
AC_TYPE_SIGNAL
-AC_CHECK_HEADERS(unistd.h termios.h termio.h sgtty.h stdarg.h)
+AC_CHECK_HEADERS(unistd.h termios.h termio.h sgtty.h stdarg.h alloca.h)
AC_C_CONST dnl getopt needs this.