From f3944a8edaa663ecc4a2249279b253446c212f6d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 23 Feb 2002 17:09:41 +0000 Subject: [PATCH] fix a couple mistakes pointed out by raorn --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cdd7e1625..7f51e95ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1089,7 +1089,7 @@ AC_ARG_WITH(user-cfg, [ --with-user-cfg=FILE If set will change the name and location of the user-specific config file used by QuakeForge. Defaults to ~/.quakeforgerc.], -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" @@ -1140,7 +1140,7 @@ AC_SUBST(PLUGINDIR) AC_ARG_WITH(gl-driver, [ --with-gl-driver default gl dynamic lib name], - gl_driver=%withval, + gl_driver=$withval, gl_driver=auto ) if test "$gl_driver" = auto; then