blob: 50209f3bf509dbc6f883272db3f190df731c2095 (
plain) (
blame)
1
2
3
4
5
6
7
|
sinclude(./aclocal.m4)dnl
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
|