From: ross Date: Tue, 19 Jul 2005 09:26:03 +0000 (+0000) Subject: [project @ 2005-07-19 09:26:03 by ross] X-Git-Tag: cmm-merge2~56 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7e176ce1e5154a352e3fc79560dffce3562788b8;hp=7953d86d3d7649f948be2757a15c99856322d296;p=haskell-directory.git [project @ 2005-07-19 09:26:03 by ross] use $host instead of $target (mainly affects builds with cabal) --- 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" ;; *)