diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-01 13:30:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-01 13:30:55 +0000 |
commit | 3a854764c9fe5ce324c1f14fd70fc84bd8cfad27 (patch) | |
tree | c38e7be8d06fe2ff335c39ee10e5f30917487850 /configure.in | |
parent | 6cb14cf01403e881877a20f70a176fd1a48afe0e (diff) | |
download | fetchmail-3a854764c9fe5ce324c1f14fd70fc84bd8cfad27.tar.gz fetchmail-3a854764c9fe5ce324c1f14fd70fc84bd8cfad27.tar.bz2 fetchmail-3a854764c9fe5ce324c1f14fd70fc84bd8cfad27.zip |
Fix Roidl's problem.
svn path=/trunk/; revision=1128
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f531ca25..9ab2db52 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 alloca.h sys/itimer.h) +AC_CHECK_HEADERS(unistd.h termios.h termio.h sgtty.h stdarg.h alloca.h sys/itimer.h fcntl.h sys/fcntl.h) AC_C_CONST dnl getopt needs this. |