From 0458e0d2a3fd6cf25a6d3fe4c317933eb5e66125 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 17 Oct 2022 12:01:17 +0300 Subject: testzzuf: fixed missing CPPFLAGS from configure --- src/testzzuf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testzzuf/Makefile.am b/src/testzzuf/Makefile.am index db85c679..12154dc2 100644 --- a/src/testzzuf/Makefile.am +++ b/src/testzzuf/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = . AM_CPPFLAGS = \ -I$(top_srcdir)/src/include \ -DMHD_CPU_COUNT=$(CPU_COUNT) \ - $(LIBCURL_CPPFLAGS) + $(CPPFLAGS_ac) $(LIBCURL_CPPFLAGS) AM_CFLAGS = $(CFLAGS_ac) @LIBGCRYPT_CFLAGS@ -- cgit v1.2.3