summaryrefslogtreecommitdiff
path: root/curl-config.in
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2020-07-25 17:44:03 +0100
committerAlessandro Ghedini <ghedo@debian.org>2020-07-25 17:44:03 +0100
commit556bfa1f9828626db4c4a4d42119f0b1072a0716 (patch)
treea09fbcdfd399d656ee782965cabadb53525fe06c /curl-config.in
parentfd1d5a17d8860d992d5022826b86898e22847bfb (diff)
New upstream version 7.71.1
Diffstat (limited to 'curl-config.in')
-rw-r--r--curl-config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/curl-config.in b/curl-config.in
index 0a7e0353..25ce8ba1 100644
--- a/curl-config.in
+++ b/curl-config.in
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2001 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2001 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -160,7 +160,7 @@ while test $# -gt 0; do
else
CURLLIBDIR=""
fi
- if test "X@REQUIRE_LIB_DEPS@" = "Xyes"; then
+ if test "X@ENABLE_SHARED@" = "Xno" -o "X@REQUIRE_LIB_DEPS@" = "Xyes"; then
echo ${CURLLIBDIR}-lcurl @LIBCURL_LIBS@
else
echo ${CURLLIBDIR}-lcurl