From 7a11c4a8e5e15f13d5fa59233b3172e65428efdd Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 22 Feb 2015 19:38:48 +0200 Subject: xz: Use pipe2() if available. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0efaaecc..c8fdb5e4 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 -- cgit v1.2.3