From 0ea0c73a1ca71234e05154befea7a3e86ac7e804 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 11 Jan 2012 13:11:36 +0000 Subject: [PATCH] configure should be able to set CFLAGS too! --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 0cb0b75a..2d6a235f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,6 +29,7 @@ libtool = @libtool@ U= CC = @CC@ +CFLAGS = @CFLAGS@ CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ @DEFS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ -- 2.47.3