Commit d4fa8075 authored by Skip Montanaro's avatar Skip Montanaro

Typo: HAVE_SYNC -> HAVE_FSYNC

parent 39cb54b3
...@@ -2105,7 +2105,7 @@ AC_TRY_COMPILE([#include <unistd.h>], void *x=fchdir, ...@@ -2105,7 +2105,7 @@ AC_TRY_COMPILE([#include <unistd.h>], void *x=fchdir,
) )
AC_MSG_CHECKING(for fsync) AC_MSG_CHECKING(for fsync)
AC_TRY_COMPILE([#include <unistd.h>], void *x=fsync, AC_TRY_COMPILE([#include <unistd.h>], void *x=fsync,
AC_DEFINE(HAVE_SYNC, 1, Define if you have the 'fsync' function.) AC_DEFINE(HAVE_FSYNC, 1, Define if you have the 'fsync' function.)
AC_MSG_RESULT(yes), AC_MSG_RESULT(yes),
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment