From 10a404ce0f8c8e84e701fa29d8c5d9d2f3446205 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 24 Apr 2007 12:23:37 +0000 Subject: [PATCH] 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 --- varnish-cache/autogen.des | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5