From: Willem Toorop Date: Wed, 11 Jan 2012 13:11:36 +0000 (+0000) Subject: configure should be able to set CFLAGS too! X-Git-Tag: release-1.6.12~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea0c73a1ca71234e05154befea7a3e86ac7e804;p=thirdparty%2Fldns.git configure should be able to set CFLAGS too! --- 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@