summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 981c74c3..54112964 100644
--- a/configure.ac
+++ b/configure.ac
@@ -155,7 +155,7 @@ AC_TYPE_OFF_T
AC_TYPE_SIGNAL
AC_TYPE_UID_T
-AC_CHECK_DEFINE([SIGXCPU], [signal.h])
+AC_CHECK_DEFINE([SIGXCPU], [signal.h], [HAVE_SIGXCPU=1], [HAVE_SIGXCPU=0])
AM_CONDITIONAL(HAVE_SIGXCPU, test "x$HAVE_SIGXCPU" = "x1")
#### Check for functions ####