From 0be1f6dfd16bf9fd12775fa0638c36ccb8cca9bc Mon Sep 17 00:00:00 2001 From: thilo Date: Sat, 16 Feb 2008 22:23:47 +0000 Subject: Remove .3 part in default curl library. With it www download is broken on most recent distributions, as there is no libcurl.so.3 git-svn-id: svn://svn.icculus.org/quake3/trunk@1265 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/cl_curl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code') diff --git a/code/client/cl_curl.h b/code/client/cl_curl.h index 1cfd3f1..196eb05 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 -- cgit v1.2.3