]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: use gnulib fdatasync
authorEric Blake <eblake@redhat.com>
Mon, 24 Oct 2011 22:40:05 +0000 (16:40 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 25 Oct 2011 15:48:34 +0000 (09:48 -0600)
commit9cf70dad0fab41f668e2e63c2a40a69b4a7e3dec
tree5802d59caf4724d915989cbc989dab01451e3325
parent806d4d814012afb6411ebe5e3b1dbe2d7e2bfaaf
build: use gnulib fdatasync

Commit 1726a73 hacked around MacOS' lack of fdatasync, since
gnulib did not have it at the time.  But now that we use newer
gnulib, we can avoid the hack.

* bootstrap.conf (gnulib_modules): Add fdatasync.
* configure.ac (AC_CHECK_FUNCS_ONCE): Drop our own check.
bootstrap.conf
configure.ac