apply patch #4100
This commit is contained in:
parent
ad85971b97
commit
b3ae8ed548
1 changed files with 2 additions and 2 deletions
|
@ -167,13 +167,13 @@ AC_ARG_WITH([fifodir],
|
|||
AC_SUBST([fifodir])
|
||||
|
||||
AC_ARG_WITH([server-uid],
|
||||
AS_HELP_STRING([--with-server-uid]. [user id of the user who runs wesnothd]),
|
||||
AS_HELP_STRING([--with-server-uid], [user id of the user who runs wesnothd]),
|
||||
[serveruid=$withval],
|
||||
[serveruid=0])
|
||||
AC_SUBST([serveruid])
|
||||
|
||||
AC_ARG_WITH([server-gid],
|
||||
AS_HELP_STRING([--with-server-gid]. [group id of the user who runs wesnothd]),
|
||||
AS_HELP_STRING([--with-server-gid], [group id of the user who runs wesnothd]),
|
||||
[servergid=$withval],
|
||||
[servergid=0])
|
||||
AC_SUBST([servergid])
|
||||
|
|
Loading…
Add table
Reference in a new issue