Fix configure typo.

This commit is contained in:
sledgehammer999 2015-05-11 00:27:46 +03:00
parent 92a250cdb3
commit 83e4059cea
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -1396,7 +1396,7 @@ Optional Packages:
system one (default=shipped)
--with-qjson=[system|shipped]
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
(ARG=yes), from the specified location (ARG=<path>),
or disable it (ARG=no) [ARG=yes]

View file

@ -38,7 +38,7 @@ AC_ARG_WITH(qtsingleapplication,
AC_ARG_WITH(qjson,
[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])