Fixed the with-plugin-path option.

This commit is contained in:
Zephaniah E. Hull 2001-05-19 03:41:22 +00:00
parent 1e84684f27
commit e2600e4719

View file

@ -1140,7 +1140,7 @@ elif test "x$userpath" = xno; then
fi fi
AC_DEFINE_UNQUOTED(FS_USERPATH, "$userpath") 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 [ --with-plugin-path=DIR Use DIR for loading plugins, defaults to
\${libdir}/quakeforge], \${libdir}/quakeforge],
pluginpath=$withval, pluginpath="auto") pluginpath=$withval, pluginpath="auto")