aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-09-15 21:50:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-09-15 21:50:50 +0000
commit528a149def94c2251285c3862de06e33a20db9c9 (patch)
treeab16183b6559b001374513907f9a452a02c53d3a /configure.ac
parent29e36afb6bf24fa9e0443a57031f4ecccce63314 (diff)
ifdef for includes, added checking for two not previously checked files (one
being necessary for solaris builds)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1f2eedde3..11ca84c43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1434,6 +1434,8 @@ AC_CHECK_HEADERS(
libgen.h \
locale.h \
errno.h \
+ arpa/tftp.h \
+ sys/filio.h \
setjmp.h,
dnl to do if not found
[],