diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-10-05 09:49:17 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:18:08 +0200 |
commit | abca2a253ed5bc405448d7bcb721999fa6dba8a6 (patch) | |
tree | c89cddec0a0713ad91431e9848e05c3a607f34bb /configure | |
parent | d6a143acc146093b37dfe21ba7e9d3e737314311 (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |