1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-16 23:08:57 +02:00

Put kludge in if-then...fi block.

This commit is contained in:
Jim Meyering
2000-06-04 07:30:07 +00:00
parent 1faa6a399a
commit 3962d775bf
+2 -1
View File
@@ -9,10 +9,11 @@ dnl
AC_DEFUN(jm_FUNC_GLIBC_UNLOCKED_IO,
[
# Kludge (not executed) to make autoheader do the right thing.
test a = b &&
if test a = b; then
AC_CHECK_DECLS([clearerr_unlocked, feof_unlocked, ferror_unlocked,
fflush_unlocked, fputc_unlocked, fread_unlocked, fwrite_unlocked,
getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked])
fi
io_functions='clearerr_unlocked feof_unlocked ferror_unlocked
fflush_unlocked fputc_unlocked fread_unlocked fwrite_unlocked