mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 12:21:12 +00:00
Fix configure typo.
This commit is contained in:
parent
a3574d3e28
commit
4725022f7e
2
configure
vendored
2
configure
vendored
@ -1396,7 +1396,7 @@ Optional Packages:
|
|||||||
system one (default=shipped)
|
system one (default=shipped)
|
||||||
--with-qjson=[system|shipped]
|
--with-qjson=[system|shipped]
|
||||||
Use the shipped qjson library or the system one
|
Use the shipped qjson library or the system one
|
||||||
(default=shipped) (Qt4 only
|
(default=shipped) (Qt4 only)
|
||||||
--with-boost[=ARG] use Boost library from a standard location
|
--with-boost[=ARG] use Boost library from a standard location
|
||||||
(ARG=yes), from the specified location (ARG=<path>),
|
(ARG=yes), from the specified location (ARG=<path>),
|
||||||
or disable it (ARG=no) [ARG=yes]
|
or disable it (ARG=no) [ARG=yes]
|
||||||
|
@ -38,7 +38,7 @@ AC_ARG_WITH(qtsingleapplication,
|
|||||||
|
|
||||||
AC_ARG_WITH(qjson,
|
AC_ARG_WITH(qjson,
|
||||||
[AS_HELP_STRING([--with-qjson=@<:@system|shipped@:>@],
|
[AS_HELP_STRING([--with-qjson=@<:@system|shipped@:>@],
|
||||||
[Use the shipped qjson library or the system one (default=shipped) (Qt4 only])],
|
[Use the shipped qjson library or the system one (default=shipped) (Qt4 only)])],
|
||||||
[],
|
[],
|
||||||
[with_qjson=shipped])
|
[with_qjson=shipped])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user