From: Simon Marlow Date: Thu, 25 Jun 2009 15:25:27 +0000 (+0000) Subject: fix the windows build even more X-Git-Tag: 2009-06-25^0 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=c3fcbe84db8a0ddbbb420bdf0e571424914526e7;hp=1783b994779ed67219c7f1985618acab9aaed8da fix the windows build even more --- diff --git a/configure.ac b/configure.ac index 9e43698..0a28124 100644 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ FP_SEARCH_LIBS_PROTO(iconv, iconv, [EXTRA_LIBS="$EXTRA_LIBS $ac_lib"], [case `uname -s` in - MINGW*|CYGWIN*) exit 0;; + MINGW*|CYGWIN*) ;; *) AC_MSG_ERROR([iconv is required on non-Windows platforms]);; esac])