Configure: Fix the fflush(NULL) test in cross builds
authorBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 04:06:40 +0000 (01:06 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:25 +0000 (14:44 -0300)
commit8d6f7939bfc611dedd9b5c694563ca08c063d5fc
tree9cd51273121978ad9e460ecce94741b5790621de
parentb962ec999041cd2b045bb6ff8162c66c647dc2d1
Configure: Fix the fflush(NULL) test in cross builds

Second attempt at this. This is less portable than the previous
version, since it assumes that the target system will have a cat, but unlike
the previous version this now actually works.
Configure