autotools: try fix

This commit is contained in:
Viktor Szakats 2025-07-31 17:17:50 +02:00
parent 98a03536c9
commit 39adeb30f0
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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)