fix the windows build even more
[ghc-base.git] / configure.ac
index 9e43698..0a28124 100644 (file)
@@ -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])