mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
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
@ -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…
x
Reference in New Issue
Block a user