diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2015-02-22 19:38:48 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2015-02-22 19:38:48 +0200 |
commit | 7a11c4a8e5e15f13d5fa59233b3172e65428efdd (patch) | |
tree | b4892d6e7c7bd5bc1e462a6154308baec2070f74 /configure.ac | |
parent | liblzma: Fix a compression-ratio regression in LZMA1/2 in fast mode. (diff) | |
download | xz-7a11c4a8e5e15f13d5fa59233b3172e65428efdd.tar.xz |
xz: Use pipe2() if available.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |