From abca2a253ed5bc405448d7bcb721999fa6dba8a6 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 5 Oct 2010 09:49:17 +0000 Subject: configure: Ensure that CONFIG_NETWORK is #defined to 0 or 1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32441 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fcd96d9943..25dd1286eb 100755 --- a/configure +++ b/configure @@ -3068,7 +3068,7 @@ if test "$networking" = yes ; then inputmodules="networking $inputmodules" else noinputmodules="networking $noinputmodules" - def_network='#undef CONFIG_NETWORK' + def_network='#define CONFIG_NETWORK 0' def_networking='#undef CONFIG_NETWORKING' fi echores "$networking" -- cgit v1.2.3