build the server by default
This commit is contained in:
parent
9a1116cd2c
commit
07f041d0c0
1 changed files with 1 additions and 1 deletions
|
@ -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]),
|
||||
|
|
Loading…
Add table
Reference in a new issue