configure: remove USE_EXPLICIT_LIB_DEPS

Added a long time ago for something that libtool should handle for us.

Closes #14697
This commit is contained in:
Daniel Stenberg 2024-08-26 23:17:51 +02:00
parent d620ec6791
commit 3af75e18d6
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 1 additions and 25 deletions

View file

@ -55,11 +55,7 @@ endif
LIBS = $(BLANK_AT_MAKETIME)
# Dependencies
if USE_EXPLICIT_LIB_DEPS
LDADD = $(LIBDIR)/libcurl.la @LIBCURL_PC_LIBS_PRIVATE@
else
LDADD = $(LIBDIR)/libcurl.la
endif
# This might hold -Werror
CFLAGS += @CURL_CFLAG_EXTRAS@