]> granicus.if.org Git - python/commitdiff
Typo: HAVE_SYNC -> HAVE_FSYNC
authorSkip Montanaro <skip@pobox.com>
Thu, 25 Sep 2003 14:49:15 +0000 (14:49 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 25 Sep 2003 14:49:15 +0000 (14:49 +0000)
configure.in

index d3760af9cf2570e4e38720fca62d83924175c134..7b8e62a46a0d36ac62b4e8576a3c701ca5545219 100644 (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)
 )