aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-02-16 22:23:47 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-02-16 22:23:47 +0000
commit0be1f6dfd16bf9fd12775fa0638c36ccb8cca9bc (patch)
treeeada3a0f6b590c29380b2947b7b842e493d27178 /code/client
parent7a262b425ef270ff2a106b5e4a23759eab9d284f (diff)
downloadioquake3-aero-0be1f6dfd16bf9fd12775fa0638c36ccb8cca9bc.tar.gz
ioquake3-aero-0be1f6dfd16bf9fd12775fa0638c36ccb8cca9bc.zip
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
Diffstat (limited to 'code/client')
-rw-r--r--code/client/cl_curl.h2
1 files changed, 1 insertions, 1 deletions
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