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"