about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-24T12·16+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-24T12·16+0000
commit5954eadf6741e0b4cdab23c414d7a6b470cd06db (patch)
treec3cee2f30bc1a212d1563448dbde1db9efcb388f /configure.ac
parentbb82310dba8a70b539122db20712fbd8fd9e840e (diff)
* Remove the fdatasync check since it's no longer needed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9d3d9f76eb37..d5db92af3365 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,7 +279,6 @@ AC_CHECK_FUNCS([setresuid setreuid lchown])
 # Nice to have, but not essential.
 AC_CHECK_FUNCS([strsignal])
 AC_CHECK_FUNCS([posix_fallocate])
-AC_CHECK_FUNCS([fdatasync])
 
 
 # This is needed if ATerm or bzip2 are static libraries,