mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +00:00
fix a silly bug in --with-user-cfg
This commit is contained in:
parent
6f1587ff7f
commit
5c63c96340
1 changed files with 1 additions and 1 deletions
|
@ -1072,7 +1072,7 @@ AC_ARG_WITH(user-cfg,
|
||||||
[ --with-user-cfg=FILE If set will change the name and location of the
|
[ --with-user-cfg=FILE If set will change the name and location of the
|
||||||
global config file used by QuakeForge. Defaults to
|
global config file used by QuakeForge. Defaults to
|
||||||
/etc/quakeforge.conf.],
|
/etc/quakeforge.conf.],
|
||||||
globalconf="$withval", userconf="auto")
|
userconf="$withval", userconf="auto")
|
||||||
if test "x$userconf" = "xauto" || test "x$userconf" = "xyes" || \
|
if test "x$userconf" = "xauto" || test "x$userconf" = "xyes" || \
|
||||||
test "x$userconf" = "xno"; then dnl yes/no sanity checks
|
test "x$userconf" = "xno"; then dnl yes/no sanity checks
|
||||||
userconf="$default_userconf"
|
userconf="$default_userconf"
|
||||||
|
|
Loading…
Reference in a new issue