From 5c63c963403b1723ce4b52fb790f9978b94f5327 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 9 Mar 2001 21:48:36 +0000 Subject: [PATCH] fix a silly bug in --with-user-cfg --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 58a7e41..a1c4a19 100644 --- a/configure.in +++ b/configure.in @@ -1072,7 +1072,7 @@ AC_ARG_WITH(user-cfg, [ --with-user-cfg=FILE If set will change the name and location of the global config file used by QuakeForge. Defaults to /etc/quakeforge.conf.], -globalconf="$withval", userconf="auto") +userconf="$withval", userconf="auto") if test "x$userconf" = "xauto" || test "x$userconf" = "xyes" || \ test "x$userconf" = "xno"; then dnl yes/no sanity checks userconf="$default_userconf"