diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-25 15:25:27 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-25 15:25:27 +0000 |
commit | 44f5e8e08ca346c22d407cde25a979ad6a532aed (patch) | |
tree | fd4cafd06347bff7db88c62eef43d0c71fc726f5 /libraries/base/configure.ac | |
parent | 0c29bd301298aee3af358ff4250eea53191edc8c (diff) | |
download | haskell-44f5e8e08ca346c22d407cde25a979ad6a532aed.tar.gz |
fix the windows build even more
Diffstat (limited to 'libraries/base/configure.ac')
-rw-r--r-- | libraries/base/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/configure.ac b/libraries/base/configure.ac index 9e43698f46..0a28124170 100644 --- a/libraries/base/configure.ac +++ b/libraries/base/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]) |