X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fhttp.c;h=d0a53d7a84af85189bd0e10fa55745a2ef97a1db;hb=69d7fdea2da6f773fd7993f78c2bea494eb2d819;hp=a23a2f80eb3e524790765e05af03975456d4d4ff;hpb=6a30fd81c3248949fb5f8554ba22e52cbc4489c8;p=vlc diff --git a/modules/access/http.c b/modules/access/http.c index a23a2f80eb..d0a53d7a84 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -449,7 +449,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access, "in registry." ); } } -#elif HAVE_GETENV +#elif defined( HAVE_GETENV ) else { psz = getenv( "http_proxy" );