Typo: HAVE_SYNC -> HAVE_FSYNC
This commit is contained in:
parent
39cb54b375
commit
d4fa807532
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue