mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 17:04:38 +00:00
apply patch #4100
This commit is contained in:
parent
ad85971b97
commit
b3ae8ed548
@ -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…
x
Reference in New Issue
Block a user