r1265 - trunk/code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Feb 16 17:23:48 EST 2008
Author: thilo
Date: 2008-02-16 17:23:47 -0500 (Sat, 16 Feb 2008)
New Revision: 1265
Modified:
trunk/code/client/cl_curl.h
Log:
Remove .3 part in default curl library. With it www download is broken on most recent distributions, as there is no libcurl.so.3
Modified: trunk/code/client/cl_curl.h
===================================================================
--- trunk/code/client/cl_curl.h 2008-02-15 08:37:44 UTC (rev 1264)
+++ trunk/code/client/cl_curl.h 2008-02-16 22:23:47 UTC (rev 1265)
@@ -34,7 +34,7 @@
#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
More information about the quake3-commits
mailing list