diff --git a/lib/setup.h b/lib/setup.h index bcfd3835d2d2e7ec77863315a5f5ffd4e46250ab..a8549a7d8c385ff724b80062b7251ce41b3dbc39 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -176,7 +176,7 @@ * When http is disabled rtsp is not supported. */ -#ifdef CURL_DISABLE_HTTP +#if defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_RTSP) # define CURL_DISABLE_RTSP #endif