]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove getc_unlocked configure-time check
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Jun 2017 20:19:13 +0000 (13:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Jun 2017 20:19:29 +0000 (13:19 -0700)
* configure.ac (getc_unlocked): Remove check, as unlocked-io now
does this for us.

configure.ac

index 65c5f9268adce19004e481937d22c67e6b0d3662..ef61107b025f49192dd8867abb396507117a7d72 100644 (file)
@@ -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)