build the server by default

This commit is contained in:
Gunter Labes 2009-05-08 15:30:52 +00:00
parent 9a1116cd2c
commit 07f041d0c0

View file

@ -215,7 +215,7 @@ AC_ARG_ENABLE([game],
AC_ARG_ENABLE([server],
AS_HELP_STRING([--enable-server], [enable compilation of server]),
[server=$enableval],
[server=no])
[server=yes])
AC_ARG_WITH([fifodir],
AS_HELP_STRING([--with-fifodir], [directory for the wesnothd fifo socket file]),