(qb) Do not force netplay=yes when networking is enabled

This commit is contained in:
Higor Eurípedes 2015-02-02 16:58:00 -03:00
parent dbd70237f5
commit 2107562658

View File

@ -146,7 +146,8 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then
HAVE_SOCKET_LEGACY='yes'
fi
HAVE_NETWORK_CMD='yes'
HAVE_NETPLAY='yes'
[ "$HAVE_NETPLAY" != 'no' ] && HAVE_NETPLAY='yes'
else
echo "Warning: All networking features have been disabled."
HAVE_NETWORK_CMD='no'