From 1f86aba3428b4ed29dba10a873a0486278f53098 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sat, 16 Feb 2008 22:23:47 +0000 Subject: [PATCH] Remove .3 part in default curl library. With it www download is broken on most recent distributions, as there is no libcurl.so.3 --- code/client/cl_curl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/client/cl_curl.h b/code/client/cl_curl.h index 1cfd3f1e..196eb05c 100644 --- a/code/client/cl_curl.h +++ b/code/client/cl_curl.h @@ -34,7 +34,7 @@ extern cvar_t *cl_cURLLib; #elif defined(MACOS_X) #define DEFAULT_CURL_LIB "libcurl.dylib" #else -#define DEFAULT_CURL_LIB "libcurl.so.3" +#define DEFAULT_CURL_LIB "libcurl.so" #endif #ifdef USE_LOCAL_HEADERS