summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-06-22 13:19:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-06-22 13:19:29 -0700
commitdfe73cb06f1dff052aff0abe51ced3b097b06340 (patch)
tree30a795cb63824a57dd6f134a3ed135f56005f4ce
parentf6ef15cf84c1288e972ef0e6165b97e34d6033b6 (diff)
downloademacs-dfe73cb06f1dff052aff0abe51ced3b097b06340.tar.gz
Remove getc_unlocked configure-time check
* configure.ac (getc_unlocked): Remove check, as unlocked-io now does this for us.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 <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)