Skip to content

Commit

Permalink
Remove .3 part in default curl library. With it www download is broke…
Browse files Browse the repository at this point in the history
…n on most recent distributions, as there is no libcurl.so.3
  • Loading branch information
Thilo Schulz committed Feb 16, 2008
1 parent c0f7c8d commit 1f86aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/client/cl_curl.h
Expand Up @@ -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
Expand Down

0 comments on commit 1f86aba

Please sign in to comment.