diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-05 04:30:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-05 04:30:31 +0000 |
commit | c714471f650de665f03591e2c5652d2831f04684 (patch) | |
tree | c60e8197581b35f6edcaaac223abfff7a8da9109 /configure.in | |
parent | 5358c65d297b4db355e10fece2ac942ac8c24b74 (diff) | |
download | fetchmail-c714471f650de665f03591e2c5652d2831f04684.tar.gz fetchmail-c714471f650de665f03591e2c5652d2831f04684.tar.bz2 fetchmail-c714471f650de665f03591e2c5652d2831f04684.zip |
Autocinfigure for herror.
svn path=/trunk/; revision=601
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 a3935000..9e40d26c 100644 --- a/configure.in +++ b/configure.in @@ -70,7 +70,7 @@ dnl All AC_CHECK_FUNCs must precede the following AC_SUBSTs AC_SUBST(EXTRASRC) AC_SUBST(EXTRAOBJ) -AC_CHECK_FUNCS(tcsetattr stty setsid seteuid gethostbyname res_search) +AC_CHECK_FUNCS(tcsetattr stty setsid seteuid gethostbyname res_search herror) dnl AC_FUNC_SETVBUF_REVERSED |