mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 21:49:20 +00:00
use HAVE_* macros for dependencies
This commit is contained in:
@@ -522,7 +522,7 @@ DWORD __stdcall DownloadThread( void *voidPtr )
|
||||
}
|
||||
|
||||
|
||||
#elif defined( POSIX )
|
||||
#elif defined( POSIX ) && HAVE_CURL
|
||||
|
||||
#include "curl/curl.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user