diff options
author | Dave Yeo <dave.r.yeo@gmail.com> | 2011-09-06 20:36:32 -0700 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-09-18 08:50:26 +0100 |
commit | a7b2c28adf920333322a45bf25e2d80e44391d4f (patch) | |
tree | 6f35d36af6105d2205a5a2b69d084c8db15ff263 /build | |
parent | fdd54d2b791fbd461a6cac67ea10eb8decaf5f5c (diff) |
On OS/2, WIFSIGNALED and WTERMSIG are prototyped in sys/wait.h
boilerplate/cairo-boilerplate-pdf.c | 4 ++++
boilerplate/cairo-boilerplate-ps.c | 4 ++++
boilerplate/cairo-boilerplate-svg.c | 4 ++++
build/configure.ac.system | 2 +-
4 files changed, 13 insertions(+), 1 deletions(-)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'build')
-rw-r--r-- | build/configure.ac.system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/configure.ac.system b/build/configure.ac.system index 5c3f4f9a..b9d71c8d 100644 --- a/build/configure.ac.system +++ b/build/configure.ac.system @@ -107,7 +107,7 @@ AC_CHECK_HEADER(fenv.h, [AC_CHECK_FUNCS(feenableexcept fedisableexcept feclearexcept)]) dnl check for misc headers and functions -AC_CHECK_HEADERS([libgen.h byteswap.h signal.h setjmp.h fenv.h]) +AC_CHECK_HEADERS([libgen.h byteswap.h signal.h setjmp.h fenv.h sys/wait.h]) AC_CHECK_FUNCS([ctime_r drand48 flockfile funlockfile getline link strndup]) dnl check for win32 headers (this detects mingw as well) |