summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-12 16:18:34 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-12 16:18:34 +0100
commitac2935798a5dc323afc58f0254bbe29748cc448a (patch)
tree6ef6d76a1c12d3e3a0f8038c5e62ab1f86fd3806 /cfg.mk
parent2ffda181c548276d8c1af2d6b635dd95a873d3c0 (diff)
downloadgnutls-ac2935798a5dc323afc58f0254bbe29748cc448a.tar.gz
Use warnings module.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index b1a86f8ab9..2e38fe1cb4 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -18,7 +18,7 @@
# along with this file; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc WARN_CFLAGS="-Werror"
+CFGFLAGS ?= --enable-developer-mode --enable-gtk-doc
INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c`
@@ -44,7 +44,7 @@ update-po: refresh-po
git-commit -m "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po.in
bootstrap: autoreconf
- ./configure $(CFGFLAGS)
+ WARN_CFLAGS="-Werror" ./configure $(CFGFLAGS)
# Code Coverage