Typo: HAVE_SYNC -> HAVE_FSYNC

This commit is contained in:
Skip Montanaro 2003-09-25 14:49:15 +00:00
parent 39cb54b375
commit d4fa807532

View file

@ -2105,7 +2105,7 @@ AC_TRY_COMPILE([#include <unistd.h>], void *x=fchdir,
)
AC_MSG_CHECKING(for 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(no)
)