summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-10-05 09:49:17 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:08 +0200
commitabca2a253ed5bc405448d7bcb721999fa6dba8a6 (patch)
treec89cddec0a0713ad91431e9848e05c3a607f34bb /configure
parentd6a143acc146093b37dfe21ba7e9d3e737314311 (diff)
downloadmpv-abca2a253ed5bc405448d7bcb721999fa6dba8a6.tar.bz2
mpv-abca2a253ed5bc405448d7bcb721999fa6dba8a6.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"