diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-21 19:17:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-21 19:17:03 +0000 |
commit | e2914b619afd334ae57f10e8af35c9c43088f24b (patch) | |
tree | f47ae2095ff142268118c34299f5a373aea54a8b /configure.in | |
parent | 950350966b07d1f121f4cf50a2704f1a65dc4b38 (diff) | |
download | fetchmail-e2914b619afd334ae57f10e8af35c9c43088f24b.tar.gz fetchmail-e2914b619afd334ae57f10e8af35c9c43088f24b.tar.bz2 fetchmail-e2914b619afd334ae57f10e8af35c9c43088f24b.zip |
Include test code.
svn path=/trunk/; revision=672
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 2bda847b..d988c620 100644 --- a/configure.in +++ b/configure.in @@ -77,7 +77,7 @@ AC_SUBST(EXTRASRC) AC_SUBST(EXTRAOBJ) AC_CHECK_FUNCS(tcsetattr stty setsid seteuid gethostbyname res_search herror \ - strrchr strerror) + strrchr strerror setlinebuf) dnl AC_FUNC_SETVBUF_REVERSED |