emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master dfe73cb: Remove getc_unlocked configure-time check


From: Paul Eggert
Subject: [Emacs-diffs] master dfe73cb: Remove getc_unlocked configure-time check
Date: Thu, 22 Jun 2017 16:19:34 -0400 (EDT)

branch: master
commit dfe73cb06f1dff052aff0abe51ced3b097b06340
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Remove getc_unlocked configure-time check
    
    * configure.ac (getc_unlocked): Remove check, as unlocked-io now
    does this for us.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 65c5f92..ef61107 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]