really remove WESNOTH_DEFAULT_SERVER;

with it still in configure.ac it also gets back in wesconfig.h
This commit is contained in:
Mark de Wever 2007-06-02 06:35:51 +00:00
parent 5fb0b2a911
commit d5243e114c

View file

@ -12,7 +12,6 @@ dnl define([DEFAULT_SERVER],[server.wesnoth.org])
define([DEFAULT_SERVER],[server.wesnoth.org:14998])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [isaac@warp.es], [wesnoth])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["]DEFAULT_SERVER["], [The default server for this version])
dnl
dnl Generate wesconfig.h from the information above
@ -26,7 +25,6 @@ AC_CONFIG_COMMANDS([src/wesconfig.h],
# include "config.h"
#else
# define VERSION "]WESNOTH_VERSION["
# define WESNOTH_DEFAULT_SERVER "]DEFAULT_SERVER["
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR
# define LOCALEDIR "translations"