diff --git a/test/cairo-test.c b/test/cairo-test.c index c5ef84394..3f37147eb 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -90,7 +90,7 @@ #define ARRAY_SIZE(A) (sizeof(A) / sizeof (A[0])) #endif -#if ! HAVE_ALARM +#if ! HAVE_ALARM || ! defined(SIGALRM) #define alarm(X); #endif