summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 18:51:30 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 18:51:30 +0200
commite9608cf2e589c019cd602cea6e9c9f201df36a71 (patch)
tree947d1648d44ab788c665c881e6b8d8fdc4343bb8 /configure.ac
parent493e43b486a94c55e5edeaeba0d79f4ab4484694 (diff)
check for fsync() availability
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f15cf0a..28acc01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_FUNC_FORK
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_TYPE_SIGNAL
-AC_CHECK_FUNCS([strchr strdup strrchr strstr mkstemp])
+AC_CHECK_FUNCS([strchr strdup strrchr strstr mkstemp fsync])
# Check for fltk
AC_PATH_PROG(FLTKCONFIG,fltk-config)