Remove check for sys/wait.h because waitpid is not in use anymore.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15799 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-04-04 21:49:02 +00:00
parent 74c517548c
commit bde4fe7108
2 changed files with 1 additions and 4 deletions

View File

@ -102,7 +102,7 @@ AC_PROG_MAKE_SET
AC_PROG_LN_S
AC_HEADER_STDC
AC_CHECK_HEADERS(limits.h sys/times.h sys/wait.h)
AC_CHECK_HEADERS(limits.h sys/times.h)
AC_CHECK_FUNCS(stpcpy memcpy timegm towupper)
AC_CHECK_FUNCS(setenv,,[
AC_CHECK_FUNCS(putenv,,[

View File

@ -28,9 +28,6 @@
#include <glib/gstdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_WAIT_H
# include <sys/wait.h>
#endif
#include <fcntl.h>
#include <unistd.h>