Remove .3 part in default curl library. With it www download is broken on most recent distributions, as there is no libcurl.so.3

This commit is contained in:
Thilo Schulz 2008-02-16 22:23:47 +00:00
parent c0f7c8d9cd
commit 1f86aba342

View file

@ -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