aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-01 17:34:44 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-01 17:34:44 +0000
commit9ed32aae0cceb23373b55a319a3483728a1042d7 (patch)
tree8e5b16d949224ecd3bd0c7c1b760194de74d2761 /configure.in
parent6d77e3b3e9a420477e69ed84ede49ed3c983ac83 (diff)
downloadfetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.tar.gz
fetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.tar.bz2
fetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.zip
Header cleanup.
svn path=/trunk/; revision=463
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 2c5f573d..ee435b1d 100644
--- a/configure.in
+++ b/configure.in
@@ -86,8 +86,8 @@ AC_TRY_COMPILE([],
[AC_DEFINE(HAVE_PROTOTYPES) AC_MSG_RESULT(yes)],
AC_MSG_RESULT(no))
-dnl Check out the wait reality.
-AC_CHECK_HEADERS(sys/wait.h) AC_CHECK_FUNCS(waitpid wait3)
+dnl Check out the wait reality. We have to assume sys/wait.h is present.
+AC_CHECK_FUNCS(waitpid wait3)
AC_MSG_CHECKING(for union wait);
AC_TRY_LINK([#include <sys/types.h>
#include <sys/wait.h>],