mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 21:41:57 +00:00
configure typo fixed.
This commit is contained in:
parent
2e61696d5c
commit
e9f3f3fa37
1 changed files with 3 additions and 3 deletions
|
@ -926,9 +926,9 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
||||||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||||
|
|
||||||
AC_ARG_WITH(newstyle,
|
AC_ARG_WITH(newstyle,
|
||||||
[ --with-newstyle compile with default search directories changed
|
[ --with-newstyle compile with default search directories changed.
|
||||||
id1 and qw become base and rather than looking in
|
id1 and qw become base, and rather than looking in
|
||||||
. QaukeForge will look in ~/.quakeforge and
|
. QuakeForge will look in ~/.quakeforge/ and
|
||||||
\$datadir/games/quakeforge],
|
\$datadir/games/quakeforge],
|
||||||
newstyle=$withval, newstyle=auto
|
newstyle=$withval, newstyle=auto
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue