mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 03:02:23 +00:00
remove the '0' default for serveruid and servergid
This commit is contained in:
parent
37e1224951
commit
b8743aec39
@ -201,13 +201,13 @@ AC_SUBST([fifodir])
|
|||||||
AC_ARG_WITH([server-uid],
|
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=$withval],
|
||||||
[serveruid=0])
|
[serveruid=""])
|
||||||
AC_SUBST([serveruid])
|
AC_SUBST([serveruid])
|
||||||
|
|
||||||
AC_ARG_WITH([server-gid],
|
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=$withval],
|
||||||
[servergid=0])
|
[servergid=""])
|
||||||
AC_SUBST([servergid])
|
AC_SUBST([servergid])
|
||||||
|
|
||||||
AC_ARG_ENABLE([campaign_server],
|
AC_ARG_ENABLE([campaign_server],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user