summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d3760af..7b8e62a 100644
--- a/configure.in
+++ b/configure.in
@@ -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)
)