Remove getc_unlocked configure-time check
* configure.ac (getc_unlocked): Remove check, as unlocked-io now does this for us.
This commit is contained in:
parent
f6ef15cf84
commit
dfe73cb06f
1 changed files with 1 additions and 1 deletions
|
@ -4240,7 +4240,7 @@ AC_CHECK_HEADERS(valgrind/valgrind.h)
|
|||
|
||||
AC_CHECK_MEMBERS([struct unipair.unicode], [], [], [[#include <linux/kd.h>]])
|
||||
|
||||
AC_CHECK_FUNCS_ONCE([getc_unlocked sbrk])
|
||||
AC_CHECK_FUNCS_ONCE([sbrk])
|
||||
|
||||
ok_so_far=yes
|
||||
AC_CHECK_FUNC(socket, , ok_so_far=no)
|
||||
|
|
Loading…
Add table
Reference in a new issue