From: des Date: Tue, 24 Apr 2007 12:23:37 +0000 (+0000) Subject: Move CFLAGS configuration to the bottom so it doesn't affect other tests. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a404ce0f8c8e84e701fa29d8c5d9d2f3446205;p=varnish Move CFLAGS configuration to the bottom so it doesn't affect other tests. This makes --enable-werror work again. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1365 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/autogen.des b/varnish-cache/autogen.des index b69a0171..ebc079e9 100755 --- a/varnish-cache/autogen.des +++ b/varnish-cache/autogen.des @@ -11,4 +11,5 @@ set -ex --enable-developer-warnings \ --enable-debugging-symbols \ --enable-dependency-tracking \ + --enable-werror \ --prefix=/opt/varnish