Author: loonycyborg
Date: Sun Jul 24 14:27:40 2011
New Revision: 50381
URL: http://svn.gna.org/viewcvs/wesnoth?rev=50381&view=rev
Log:
Disable ANA by default in scons since servers are broken with it.
That should fix bug #18295
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=50381&r1=50380&r2=50381&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sun Jul 24 14:27:40 2011
@@ -79,7 +79,7 @@
('version_suffix', 'suffix that will be added to default values of
prefsdir, program_suffix and datadirname', ""),
BoolVariable('raw_sockets', 'Set to use raw receiving sockets in the
multiplayer network layer rather than the SDL_net facilities', False),
BoolVariable('forum_user_handler', 'Enable forum user handler in
wesnothd', False),
- BoolVariable('use_network_ana', 'Use the new network api', True),
+ BoolVariable('use_network_ana', 'Use the new network api', False),
BoolVariable('pool_alloc', 'Enable custom pool malloc', False),
('server_gid', 'group id of the user who runs wesnothd', ""),
('server_uid', 'user id of the user who runs wesnothd', ""),
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits