summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2015-04-20 19:59:18 +0300
committerLasse Collin <lasse.collin@tukaani.org>2015-04-20 20:17:48 +0300
commit6bd0349c58451b13442e8f463e35de83548bf985 (patch)
tree2c9ffc2992ce7e78c7739e00bbb317deea3fa14f /configure.ac
parentfc0df0f8db87dff45543708a711e17d29c37f632 (diff)
downloadxz-6bd0349c58451b13442e8f463e35de83548bf985.tar.gz
Revert "xz: Use pipe2() if available."
This reverts commit 7a11c4a8e5e15f13d5fa59233b3172e65428efdd. It is a problem when libc has pipe2() but the kernel is too old to have pipe2() and thus pipe2() fails. In xz it's pointless to have a fallback for non-functioning pipe2(); it's better to avoid pipe2() completely. Thanks to Michael Fox for the bug report.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index aa68e33..970712d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -650,8 +650,8 @@ gl_GETOPT
# Find the best function to set timestamps.
AC_CHECK_FUNCS([futimens futimes futimesat utimes utime], [break])
-# These are nice to have but not mandatory.
-AC_CHECK_FUNCS([posix_fadvise pipe2])
+# This is nice to have but not mandatory.
+AC_CHECK_FUNCS([posix_fadvise])
TUKLIB_PROGNAME
TUKLIB_INTEGER