1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

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
This commit is contained in:
diego 2010-10-05 09:49:17 +00:00 committed by Uoti Urpala
parent d6a143acc1
commit abca2a253e

2
configure vendored
View File

@ -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"