diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2015-12-02 21:56:35 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2015-12-02 21:56:35 +0100 |
commit | 7b56f8c7a414645e9b6a2b9deb9938c5123292fb (patch) | |
tree | 52cba05decc773a900c876b01953d3f707169264 /test | |
parent | 93644263a0d505f17fabc0b226368a7a6d2b05e0 (diff) |
Testsuite: Use the configure results in Makefile
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 0e23e2779..70b14753a 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -4,7 +4,7 @@ # These variables are set by the configure script. CC=@CC@ -CFLAGS=@CFLAGS@ @BIND_8_COMPAT@ +CFLAGS=@CFLAGS@ @BIND_8_COMPAT@ @DEFS@ LDFLAGS=@LDFLAGS@ CLIENT_SSL=@CLIENT_SSL@ CLIENT_GNUTLS=@CLIENT_GNUTLS@ |