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: build/2012-07-04.173327~864 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45c523e901441bbdecc53d11cf4de2bf4e505ec0;p=profile%2Fivi%2Fecore.git allow gnutls and openssl to be detected on Windows git-svn-id: http://svn.enlightenment.org/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"