From: Ian Lynagh Date: Mon, 15 Jun 2009 21:47:58 +0000 (+0000) Subject: Make sure we aren't passing -Werror in the CFLAGS for configure scripts X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=284647dd59e9b036f51950ce24332847a3f932b4;hp=284647dd59e9b036f51950ce24332847a3f932b4;p=ghc-hetmet.git Make sure we aren't passing -Werror in the CFLAGS for configure scripts When configure tests for a feature it may not generate warning-free C code, and thus may think that the feature doesn't exist if -Werror is on. ---