From: Aron Barath Date: Mon, 9 Jul 2018 07:05:30 +0000 (+0200) Subject: * configure.ac: Check for posix_spawnattr_setsigmask X-Git-Tag: 4.2.90~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bde7db16fa4e51239ece8a83420c580938bda24;p=thirdparty%2Fmake.git * configure.ac: Check for posix_spawnattr_setsigmask --- diff --git a/configure.ac b/configure.ac index 13507d46..6155db7c 100644 --- a/configure.ac +++ b/configure.ac @@ -142,7 +142,8 @@ AC_CHECK_FUNCS([strdup strndup umask mkstemp mktemp fdopen \ dup dup2 getcwd realpath sigsetmask sigaction \ getgroups seteuid setegid setlinebuf setreuid setregid \ getrlimit setrlimit setvbuf pipe strerror strsignal \ - lstat readlink atexit isatty ttyname pselect posix_spawn]) + lstat readlink atexit isatty ttyname pselect posix_spawn \ + posix_spawnattr_setsigmask]) # We need to check declarations, not just existence, because on Tru64 this # function is not declared without special flags, which themselves cause