From 7264146fd10405ed83856fa90b0beb1bd68fdf8f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 11 Feb 2013 14:16:07 -0600 Subject: [PATCH] configure: MinGW is not a Posix architecture. --- configure/os/CONFIG.Common.win32-x86-mingw | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.win32-x86-mingw b/configure/os/CONFIG.Common.win32-x86-mingw index 5727bf486..cdbe3e2e1 100644 --- a/configure/os/CONFIG.Common.win32-x86-mingw +++ b/configure/os/CONFIG.Common.win32-x86-mingw @@ -12,6 +12,7 @@ include $(CONFIG)/os/CONFIG.Common.UnixCommon OS_CLASS = WIN32 ARCH_CLASS = x86 +POSIX = NO # Definitions used when COMMANDLINE_LIBRARY is READLINE LDLIBS_READLINE = -lreadline -lcurses