]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
[vlc] / modules / access / http.c
index a23a2f80eb3e524790765e05af03975456d4d4ff..d0a53d7a84af85189bd0e10fa55745a2ef97a1db 100644 (file)
@@ -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" );