From c3fcbe84db8a0ddbbb420bdf0e571424914526e7 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 25 Jun 2009 15:25:27 +0000 Subject: [PATCH] fix the windows build even more --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 1.7.10.4