From e2600e4719bcfc7f36facd004ef23d1b505255db Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Sat, 19 May 2001 03:41:22 +0000 Subject: [PATCH] Fixed the with-plugin-path option. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3f833f7a6..660d7a1ec 100644 --- a/configure.in +++ b/configure.in @@ -1140,7 +1140,7 @@ elif test "x$userpath" = xno; then fi AC_DEFINE_UNQUOTED(FS_USERPATH, "$userpath") -AC_ARG_WITH(userpath, +AC_ARG_WITH(plugin-path, [ --with-plugin-path=DIR Use DIR for loading plugins, defaults to \${libdir}/quakeforge], pluginpath=$withval, pluginpath="auto")