mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 13:20:06 +00:00
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
|
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
|