summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-08-24 13:31:36 +0200
committerDavid Kupka <dkupka@redhat.com>2016-10-24 14:11:08 +0200
commit9477e39b4b267922dbdd86a65869f773d980df8e (patch)
treeb2c8d3720d250f02829ddb379515b32b0af9b02e /client
parent9b534238157e003d2d7c3e1a7fd27531ab1dfd25 (diff)
downloadfreeipa-9477e39b4b267922dbdd86a65869f773d980df8e.tar.gz
freeipa-9477e39b4b267922dbdd86a65869f773d980df8e.tar.xz
freeipa-9477e39b4b267922dbdd86a65869f773d980df8e.zip
client: remove unused libcurl build dependency
The configure script checks for libcurl, but it is never actually used anywhere. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index d5730aa04..30adafd38 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -86,7 +86,6 @@ ipa_join_LDADD = \
$(KRB5_LIBS) \
$(LDAP_LIBS) \
$(SASL_LIBS) \
- $(CURL_LIBS) \
$(XMLRPC_LIBS) \
$(POPT_LIBS) \
$(LIBINTL_LIBS) \