From 56bc524ac9e7eb53b0f4fc7b49b1ebe10a327180 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 17 Mar 2009 06:50:27 +0000 Subject: do fflush() and fsync() before fclose() when writing configuration files. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2121 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6b4db039..be4608d5 100644 --- a/configure.in +++ b/configure.in @@ -409,7 +409,7 @@ dnl Checks for library functions. AC_FUNC_ALLOCA AC_CHECK_FUNCS(gethostname mkdir mktime socket strstr strchr \ uname flock lockf inet_aton inet_addr \ - fchmod truncate getuid regcomp mlock) + fchmod truncate getuid regcomp mlock fsync) AC_OUTPUT([ Makefile -- cgit v1.2.3