From 627e4b13e98aa6c1007c17b6ec3dcfef50ad81a2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 1 Nov 2013 16:19:33 +0000 Subject: Remove support for --disable-debug --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9981d7e3..588b9685 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = tools extensions lib src data m4 salut plugins tests docs -DISTCHECK_CONFIGURE_FLAGS = --disable-debug --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc valgrind: cd tests && $(MAKE) valgrind -- cgit v1.2.1