aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-07 15:59:15 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-14 20:43:46 +0300
commitf53cc36697ad0cdb0dbd0c8a1cb2eed0dda6a64e (patch)
tree9ff1bfd1b8bed33a18495343a3d69becf47dec75
parentda73f7abf93c92ad49ef27af333846de66598458 (diff)
downloadlibmicrohttpd-f53cc36697ad0cdb0dbd0c8a1cb2eed0dda6a64e.tar.gz
libmicrohttpd-f53cc36697ad0cdb0dbd0c8a1cb2eed0dda6a64e.zip
libcurl.m4: updated to the latest version
-rw-r--r--m4/libcurl.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
index ad53a444..7215f44a 100644
--- a/m4/libcurl.m4
+++ b/m4/libcurl.m4
@@ -5,7 +5,7 @@
5# | (__| |_| | _ <| |___ 5# | (__| |_| | _ <| |___
6# \___|\___/|_| \_\_____| 6# \___|\___/|_| \_\_____|
7# 7#
8# Copyright (C) 2006 - 2020, David Shaw <dshaw@jabberwocky.com> 8# Copyright (C) David Shaw <dshaw@jabberwocky.com>
9# 9#
10# This software is licensed as described in the file COPYING, which 10# This software is licensed as described in the file COPYING, which
11# you should have received as part of this distribution. The terms 11# you should have received as part of this distribution. The terms
@@ -18,6 +18,8 @@
18# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19# KIND, either express or implied. 19# KIND, either express or implied.
20# 20#
21# SPDX-License-Identifier: curl
22#
21########################################################################### 23###########################################################################
22# LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION], 24# LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
23# [ACTION-IF-YES], [ACTION-IF-NO]) 25# [ACTION-IF-YES], [ACTION-IF-NO])