mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +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
|