fix a silly bug in --with-user-cfg

This commit is contained in:
Bill Currie 2001-03-09 21:48:36 +00:00
parent 6f1587ff7f
commit 5c63c96340

View file

@ -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"