mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
74c517548c
commit
bde4fe7108
@ -102,7 +102,7 @@ AC_PROG_MAKE_SET
|
|||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AC_HEADER_STDC
|
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(stpcpy memcpy timegm towupper)
|
||||||
AC_CHECK_FUNCS(setenv,,[
|
AC_CHECK_FUNCS(setenv,,[
|
||||||
AC_CHECK_FUNCS(putenv,,[
|
AC_CHECK_FUNCS(putenv,,[
|
||||||
|
@ -28,9 +28,6 @@
|
|||||||
#include <glib/gstdio.h>
|
#include <glib/gstdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#ifdef HAVE_SYS_WAIT_H
|
|
||||||
# include <sys/wait.h>
|
|
||||||
#endif
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user