From 4725022f7e6b278245eec09bb7364341c821fa9b Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 11 May 2015 00:27:46 +0300 Subject: [PATCH] Fix configure typo. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 8aa333d38..852550586 100755 --- a/configure +++ b/configure @@ -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=), or disable it (ARG=no) [ARG=yes] diff --git a/configure.ac b/configure.ac index bd3a9e116..f27154560 100644 --- a/configure.ac +++ b/configure.ac @@ -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])