summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-04-11 17:09:53 +1000
committerCraig Small <csmall@dropbear.xyz>2022-04-11 17:09:53 +1000
commitcb5fa949820237aa29452a831321c2ea41da1014 (patch)
treee0a48eee503456a59f3a0f977010997aca9c39d1 /configure.ac
parent9e77e138c16919162bc6ac78f7eebd1db9c518f7 (diff)
downloadprocps-ng-cb5fa949820237aa29452a831321c2ea41da1014.tar.gz
build-sys:
While the previous commit checked for a GNU environment so Hurd compilied ok, this tripped up Cygwin. configure now explicitly tests for the structure field rather than trying to guess through compilier flags about what the environment tells us about signals.h References: commit d39d9db07974f4f09cd2f31137742a7ea3be65c5 Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 951d77b..2d83aef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,6 +69,7 @@ AC_C_RESTRICT
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
AC_CHECK_MEMBERS([struct stat.st_rdev])
+AC_CHECK_MEMBERS([siginfo_t.si_int], [], [], [[#include <signal.h>]])
dnl libtool
LT_INIT