summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2015-12-02 21:56:35 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2015-12-02 21:56:35 +0100
commit7b56f8c7a414645e9b6a2b9deb9938c5123292fb (patch)
tree52cba05decc773a900c876b01953d3f707169264
parent93644263a0d505f17fabc0b226368a7a6d2b05e0 (diff)
Testsuite: Use the configure results in Makefile
-rw-r--r--test/Makefile.in2
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@