From 0def49651d30c2055d2c6465fc1d96f11c7a1735 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Thu, 20 Aug 2009 08:55:14 +0200 Subject: [PATCH] Do not build update_crypto.c content if update-check is disabled --- src/misc/update_crypto.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/misc/update_crypto.c b/src/misc/update_crypto.c index fa557a832c..e3d66edbb9 100644 --- a/src/misc/update_crypto.c +++ b/src/misc/update_crypto.c @@ -30,6 +30,8 @@ * Preamble *****************************************************************************/ +#ifdef UPDATE_CHECK + #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -1028,3 +1030,5 @@ int download_signature( vlc_object_t *p_this, signature_packet_t *p_sig, return VLC_SUCCESS; } + +#endif /* UPDATE_CHECK */ -- 2.11.4.GIT