Skip to content

Commit b990f02

Browse files
avargitster
authored andcommitted
config.mak.uname: remove unused NEEDS_SSL_WITH_CURL flag
The NEEDS_SSL_WITH_CURL flag was still being set in one case, but hasn't existed since 23c4bbe ("build: link with curl-defined linker flags", 2018-11-03). Remove it, and a comment which referred to it. See 6c10990 ("Port to HP NonStop", 2012-09-19) for the initial addition of the comment. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a9c6123 commit b990f02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

config.mak.uname

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -541,11 +541,6 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
541541
# removing the directory at OS releases J06.21 and L17.02.
542542
# Default to the older rm until those two releases are deprecated.
543543
RM = /bin/rm -f
544-
# As detected by './configure'.
545-
# Missdetected, hence commented out, see below.
546-
#NO_CURL = YesPlease
547-
# Added manually, see above.
548-
NEEDS_SSL_WITH_CURL = YesPlease
549544
NEEDS_CRYPTO_WITH_SSL = YesPlease
550545
HAVE_DEV_TTY = YesPlease
551546
HAVE_LIBCHARSET_H = YesPlease

0 commit comments

Comments
 (0)