Switched ana's default flag in SCons back to true.

This commit is contained in:
Guillermo Biset 2010-07-22 18:37:29 +00:00
parent dfd0f9a169
commit b74b332561

View file

@ -82,7 +82,7 @@ opts.AddVariables(
('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', False),
BoolVariable('use_network_ana', 'Use the new network api', True),
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', ""),