mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:03:32 +03:00
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:
parent
d620ec6791
commit
3af75e18d6
6 changed files with 1 additions and 25 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue