1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

build: Fix detection of sigdescr_np for newer glibc.

* configure.ac: Check sigdescr_np.

--

Fixes-commit: cdb053620a
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2023-09-06 09:53:05 +09:00
parent 8a1e123a36
commit 292caef663
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054

View File

@ -1337,6 +1337,7 @@ AC_C_INLINE
AC_C_VOLATILE
AC_TYPE_SIZE_T
AC_TYPE_MODE_T
AC_CHECK_FUNCS([sigdescr_np])
AC_CHECK_DECLS([sys_siglist],[],[],[#include <signal.h>
/* NetBSD declares sys_siglist in unistd.h. */
#ifdef HAVE_UNISTD_H