summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-05-12 12:48:58 -0700
committerBehdad Esfahbod <behdad@behdad.org>2015-05-12 12:48:58 -0700
commitecaf60ddab5e2c7c84e245fdce987fea7a51e24e (patch)
treee219cc64980a7034e85587bcc21c986e6bdf2c42
parent1efffd36979560620b7efd4880188a0ea4a30d5c (diff)
downloadvte-ecaf60ddab5e2c7c84e245fdce987fea7a51e24e.tar.gz
Remove check for unused fwrite_unlocked function
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0f9e96b3..54dccb1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,7 +231,7 @@ AC_HEADER_TIOCGWINSZ
AC_CHECK_FUNCS([cfmakeraw fork setsid setpgid getpgid getpt grantpt unlockpt posix_openpt ptsname ptsname_r tcgetattr tcsetattr])
# Misc I/O routines.
-AC_CHECK_FUNCS([pread pwrite fwrite_unlocked])
+AC_CHECK_FUNCS([pread pwrite])
# Pull in the right libraries for various functions which might not be
# bundled into an exploded libc.