fix the windows build even more 2009-06-25
authorSimon Marlow <marlowsd@gmail.com>
Thu, 25 Jun 2009 15:25:27 +0000 (15:25 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 25 Jun 2009 15:25:27 +0000 (15:25 +0000)
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])