projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ef15c
)
Remove getc_unlocked configure-time check
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 22 Jun 2017 20:19:13 +0000
(13:19 -0700)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 65c5f9268adce19004e481937d22c67e6b0d3662..ef61107b025f49192dd8867abb396507117a7d72 100644
(file)
--- 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)