fix linking when curl is used on Windows

SVN revision: 31664
This commit is contained in:
doursse 2007-09-09 11:43:31 +00:00 committed by doursse
parent 21339321e9
commit cc2b1dd65c
1 changed files with 1 additions and 0 deletions

View File

@ -817,6 +817,7 @@ if test "x$have_ecore_file" = "xyes"; then
[
AC_DEFINE(HAVE_CURL, 1, [ Downloading with CURL ])
ecore_file_libs="$ecore_file_libs $CURL_LIBS"
ecore_file_win32_lib="$ecore_file_win32_lib $winsock_libs"
requirements_ecore_file="$requirements_ecore_file libcurl"
], [
use_curl="no"