Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2019-11-23 01:15:11 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2019-11-23 01:15:11 +0300
commit224012e8fc6e5c62be4782af1470e37eb02741de (patch)
tree7c82328e9937f128e6b34c35a4b8b04fd164053d /m4
parentb9fc30e5483f5f54ae1f71f4baf6cf8d057683c4 (diff)
....I..... [DEV-1343] m4 curl OSX improvement
Diffstat (limited to 'm4')
-rw-r--r--m4/libcurl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
index e83e5952465..650e055703a 100644
--- a/m4/libcurl.m4
+++ b/m4/libcurl.m4
@@ -176,7 +176,7 @@ AC_HELP_STRING([--with-libcurl@<:@=DIR@:>@],[use cURL package @<:@default=no@:>@
])
;;
-framework|CoreFoundation|Security)
- test "x$static_linking_support" = "xno" && LIBCURL_LIBS="$LIBCURL_LIBS $i"
+ LIBCURL_LIBS="$LIBCURL_LIBS $i"
;;
esac
done