Revert r15799 and teach FreeBSD WEXITSTATUS, #465338.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16410 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler
2007-08-10 11:46:33 +00:00
parent cc5ca6c7c2
commit cc549cc8d9
2 changed files with 4 additions and 1 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)
AC_CHECK_HEADERS(limits.h sys/times.h sys/wait.h)
AC_CHECK_FUNCS(stpcpy memcpy timegm towupper)
AC_CHECK_FUNCS(setenv,,[
AC_CHECK_FUNCS(putenv,,[

View File

@@ -28,6 +28,9 @@
#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>