From 7e176ce1e5154a352e3fc79560dffce3562788b8 Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 19 Jul 2005 09:26:03 +0000 Subject: [PATCH 1/1] [project @ 2005-07-19 09:26:03 by ross] use $host instead of $target (mainly affects builds with cabal) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9a8107d..aeaaa03 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ FP_CHECK_CONST([O_BINARY], [#include ], [0]) # Check for idiosyncracies in some mingw impls of directory handling. FP_READDIR_EOF_ERRNO -case "$target" in +case "$host" in *-mingw32) EXTRA_LIBS="wsock32, msvcrt, kernel32, user32, shell32" ;; *) -- 1.7.10.4