autotools: delete idle AM_CFLAGS, AM_LDFLAGS variables

Closes #19771
This commit is contained in:
Viktor Szakats 2025-11-30 17:16:03 +01:00
parent 003689c3d3
commit 815bf76649
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 4 additions and 8 deletions

View file

@ -61,7 +61,6 @@ if CURLDEBUG
AM_CPPFLAGS += -DCURLDEBUG
endif
AM_LDFLAGS =
if USE_UNICODE
UNICODEFLAG = -municode
endif
@ -94,7 +93,7 @@ curl_SOURCES += $(CURL_RCFILES)
$(CURL_RCFILES): tool_version.h
endif
curl_LDFLAGS = $(AM_LDFLAGS) $(CURL_LDFLAGS_BIN) $(UNICODEFLAG)
curl_LDFLAGS = $(CURL_LDFLAGS_BIN) $(UNICODEFLAG)
# This might hold -Werror
CFLAGS += @CURL_CFLAG_EXTRAS@