]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
configure should be able to set CFLAGS too!
authorWillem Toorop <willem@NLnetLabs.nl>
Wed, 11 Jan 2012 13:11:36 +0000 (13:11 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Wed, 11 Jan 2012 13:11:36 +0000 (13:11 +0000)
Makefile.in

index 0cb0b75af6f299b8f347a6d5faa77673f7edff47..2d6a235fdd99f2a1493cb339d4567da0f38f1635 100644 (file)
@@ -29,6 +29,7 @@ libtool               = @libtool@
 U=
 
 CC             = @CC@
+CFLAGS         = @CFLAGS@
 CPPFLAGS       = -I. -I$(srcdir) @CPPFLAGS@ @DEFS@
 LDFLAGS                = @LDFLAGS@
 LIBS           = @LIBS@