summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2015-02-22 19:38:48 +0200
committerLasse Collin <lasse.collin@tukaani.org>2015-02-22 19:38:48 +0200
commit7a11c4a8e5e15f13d5fa59233b3172e65428efdd (patch)
treeb4892d6e7c7bd5bc1e462a6154308baec2070f74 /configure.ac
parent117d962685c72682c63edc9bb765367189800202 (diff)
downloadxz-7a11c4a8e5e15f13d5fa59233b3172e65428efdd.tar.gz
xz: Use pipe2() if available.
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 0efaaec..c8fdb5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -626,8 +626,8 @@ gl_GETOPT
# Find the best function to set timestamps.
AC_CHECK_FUNCS([futimens futimes futimesat utimes utime], [break])
-# This is nice to have but not mandatory.
-AC_CHECK_FUNCS([posix_fadvise])
+# These are nice to have but not mandatory.
+AC_CHECK_FUNCS([posix_fadvise pipe2])
TUKLIB_PROGNAME
TUKLIB_INTEGER