From: caro Date: Thu, 8 Sep 2011 19:18:16 +0000 (+0000) Subject: allow gnutls and openssl to be detected on Windows X-Git-Tag: 2.0_alpha~155^2~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fc9936c784cf96f744fd6476be0c5469f6335a8;p=framework%2Fuifw%2Fecore.git allow gnutls and openssl to be detected on Windows git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63294 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 56a3d68..50e2062 100644 --- a/configure.ac +++ b/configure.ac @@ -176,6 +176,8 @@ case "$host_os" in want_notify_win32="yes" want_curl="yes" want_glib="auto" + want_gnutls="auto" + want_openssl="auto" want_ecore_imf="yes" want_ecore_win32="yes" want_ecore_evas_software_gdi="yes"