mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 20:50:42 +00:00
Fixed the with-plugin-path option.
This commit is contained in:
parent
1e84684f27
commit
e2600e4719
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue