From 80183457adaca8dd3a013370f79a22b62c915c43 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Sat, 18 May 2013 17:58:10 +0300 Subject: Fix the MS-Windows build using the Posix configury. w32/Makefile.am (libw32_a_SOURCES): Add compat/posixfcn.c. configure.ac (OUTPUT_SYNC): Define for mingw32 target. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1c0fa09..300096c 100644 --- a/configure.ac +++ b/configure.ac @@ -428,6 +428,7 @@ AS_CASE([$host], [AM_CONDITIONAL([WINDOWSENV], [true]) w32_target_env=yes AC_DEFINE([WINDOWS32], [1], [Use platform specific coding]) + AC_DEFINE([OUTPUT_SYNC], [1], [Support synchronized output]) AC_DEFINE([HAVE_DOS_PATHS], [1], [Use platform specific coding]) ]) -- cgit v1.2.3