blob: 37b6a5bbb94c359fed709e2ac4f0e82d53c8abc2 (
plain)
1
2
3
4
5
6
7
8
|
sinclude(./aclocal.m4)dnl Autoconf lossage
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local configure fragment for sysdeps/unix.
if test -z "$inhibit_glue"; then
# For make_errlist.c, used in make_errlist.
AC_CHECK_FUNCS(strerror)
fi
|