mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 02:20:10 +00:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||
|
|
||
|
if test -z "$inhibit_glue"; then
|
||
|
# For signame.c, used in make_siglist.
|
||
|
AC_CHECK_FUNCS(psignal)
|
||
|
fi
|