summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2013-04-22 16:44:00 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2013-04-22 16:44:00 +0100
commit55f8288fe6ae9a158a3a1e4b64ecc9beea3e6534 (patch)
tree80619e31368d61b81f975f5f49e571c0b0ca917f /configure.ac
parent9d4854585d1c2eac8a20af3b07952d43cc92cdb5 (diff)
Drop unused build dependency on OpenSSL
Since some time ago, Idle has used GIO's TLS stuff; we should have dropped this back then. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d3f1ca3..3573b17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,8 +97,6 @@ AC_DEFINE(TP_VERSION_MIN_REQUIRED, TP_VERSION_0_18, [Ignore post 0.18 deprecatio
AC_DEFINE(TP_VERSION_MAX_ALLOWED, TP_VERSION_0_20, [Prevent post 0.20 APIs])
PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.15.9])
-PKG_CHECK_MODULES([OPENSSL], [openssl >= 0.9.7])
-
dnl Check for code generation tools
XSLTPROC=
AC_CHECK_PROGS([XSLTPROC], [xsltproc])