From dfe73cb06f1dff052aff0abe51ced3b097b06340 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 22 Jun 2017 13:19:13 -0700 Subject: [PATCH] Remove getc_unlocked configure-time check * configure.ac (getc_unlocked): Remove check, as unlocked-io now does this for us. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65c5f9268ad..ef61107b025 100644 --- a/configure.ac +++ b/configure.ac @@ -4240,7 +4240,7 @@ AC_CHECK_HEADERS(valgrind/valgrind.h) AC_CHECK_MEMBERS([struct unipair.unicode], [], [], [[#include ]]) -AC_CHECK_FUNCS_ONCE([getc_unlocked sbrk]) +AC_CHECK_FUNCS_ONCE([sbrk]) ok_so_far=yes AC_CHECK_FUNC(socket, , ok_so_far=no) -- 2.39.2