From 1205ecd5daaf5f36d8b1557d17c2f715dc7ab63e Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sun, 25 Nov 2012 09:50:53 +0000 Subject: [PATCH] ecore: remove useless variables SVN revision: 79648 --- legacy/ecore/configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 9a5cd68598..5d2ea4087e 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -104,8 +104,6 @@ want_abstract_sockets="no" want_gnutls="no" want_openssl="no" want_cares="no" -want_cipher="no" -want_signature="no" want_poll="yes" want_inotify="no" want_notify_win32="no" @@ -218,8 +216,6 @@ case "$host_os" in want_abstract_sockets="yes" want_gnutls="auto" want_openssl="auto" - want_cipher="yes" - want_signature="yes" want_inotify="yes" want_tslib="yes" want_ecore_fb="yes"