From 39adeb30f09b40b597daee843c533df770387582 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 31 Jul 2025 17:17:50 +0200 Subject: [PATCH] autotools: try fix --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 78e2f81243..f4f977bcd5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -132,11 +132,10 @@ HUGEIT_0 = @echo " HUGE " $@; HUGEIT_1 = HUGEIT_ = $(HUGEIT_0) -curl_CPPFLAGS = $(AM_CPPFLAGS) +curl_CPPFLAGS = $(AM_CPPFLAGS) -DUSE_MANUAL if USE_MANUAL # Here are the stuff to create a built-in manual -curl_CPPFLAGS += -DUSE_MANUAL $(ASCIIPAGE): cd $(top_builddir)/docs && $(MAKE)