summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-02-24 20:46:37 +1100
committerDarren Tucker <dtucker@dtucker.net>2018-02-26 00:09:04 +1100
commit6c8c9a615b6d31db8a87bc25033f053d5b0a831e (patch)
treec691db023c86aa29fa369207a9a543b0be96344f /configure.ac
parenta9004425a032d7a7141a5437cfabfd02431e2a74 (diff)
Check for raise and supply if needed.
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 e23540e63..7342dcb77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1744,6 +1744,7 @@ AC_CHECK_FUNCS([ \
1744 poll \ 1744 poll \
1745 prctl \ 1745 prctl \
1746 pstat \ 1746 pstat \
1747 raise \
1747 readpassphrase \ 1748 readpassphrase \
1748 reallocarray \ 1749 reallocarray \
1749 recvmsg \ 1750 recvmsg \