From: Skip Montanaro Date: Thu, 25 Sep 2003 14:49:15 +0000 (+0000) Subject: Typo: HAVE_SYNC -> HAVE_FSYNC X-Git-Tag: v2.4a1~1517 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4fa80753245e2314e5a245d632d897b4e61d2f5;p=python Typo: HAVE_SYNC -> HAVE_FSYNC --- diff --git a/configure.in b/configure.in index d3760af9cf..7b8e62a46a 100644 --- a/configure.in +++ b/configure.in @@ -2105,7 +2105,7 @@ AC_TRY_COMPILE([#include ], void *x=fchdir, ) AC_MSG_CHECKING(for fsync) AC_TRY_COMPILE([#include ], 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) )