From 96c0aca73449f2ac5430526db859a43633165123 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 21 Sep 2008 12:19:20 +0200 Subject: Don't use CFLAGS with distcheck, causes errors in ./configure tests. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bebdb5cf4a..0b80e35aee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc \ - CFLAGS="-Werror -Wall -Wno-pointer-sign" +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc SUBDIRS = lgl gl includes lib libextra src doc tests po -- cgit v1.2.1