diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-08-17 22:02:02 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-08-17 22:03:36 -0400 |
commit | 6f8cf53b1e1ccdbe1ab6a275656b19c6e5120e40 (patch) | |
tree | 35e1bce3f6735515cdfd00659a63c26bc783423f /configure.in | |
parent | 474daa449325850b6427fb0d3fe511ca6d7c12ac (diff) |
[test] Don't use signals if signal.h is not available
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 25ea5fc9..6bc226e1 100644 --- a/configure.in +++ b/configure.in @@ -531,7 +531,7 @@ AC_CACHE_SAVE dnl =========================================================================== dnl Checks for precise integer types -AC_CHECK_HEADERS([stdint.h inttypes.h sys/int_types.h]) +AC_CHECK_HEADERS([stdint.h signal.h inttypes.h sys/int_types.h]) AC_CHECK_TYPES([uint64_t, uint128_t]) AC_DEFUN([CAIRO_CC_TRY_FLAG], [ |