summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-01-05 21:24:39 +0000
committerPierre Ossman <ossman@cendio.se>2006-01-05 21:24:39 +0000
commite2495c7600f45cd3803cdc86fe0fe0cb11d6dfd5 (patch)
tree304b8c4ebf21253f6f4543fd9a46ea86cfd5138d
parent268aebb2e44d772e3cff25d40403a720f80abd09 (diff)
We need explicit actions here.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@401 fefdeb5f-60dc-0310-8127-8f9354f1896f
-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 ####