testzzuf: fixed missing CPPFLAGS from configure

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-10-30 12:59:21 +03:00
parent b85d48cd95
commit 0458e0d2a3
+1 -1
View File
@@ -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@