]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: avoid building stdbuf on cygwin
authorPádraig Brady <P@draigBrady.com>
Wed, 16 Jul 2014 15:47:50 +0000 (16:47 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 31 Jul 2014 10:00:55 +0000 (11:00 +0100)
commit0cf66cbe85009213bcf2608eceeee1355f367667
tree6b6444d93a0b56299ea0827f715a5b0dba1d414b
parentd8a19e0336347e10c2640b01b96fd09ab7288528
build: avoid building stdbuf on cygwin

* configure.ac: Don't add stdbuf to the list of programs to build
if EXEEXT is set, as that is not handled in configure.ac for
libstdbuf.so yet (see bin_PRGRAMS handling in configure.ac).
Also the LD_PRELOAD mechanism will need to be adjusted to support
cygwin in any case, so avoid stdbuf completely in this case for now.
Problem reported by Eric Blake.
configure.ac