changeset 29687:03d840d96b3a

build: Improve warning message if RapidJSON's PrettyWriter doesn't work (bug #60610). * configure.ac: Improve warning message if RapidJSON's PrettyWriter doesn't work.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 17 May 2021 08:01:46 +0200
parents 29c93cd14d1e
children b36e83cdbf05
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun May 16 15:13:36 2021 -0700
+++ b/configure.ac	Mon May 17 08:01:46 2021 +0200
@@ -1407,7 +1407,7 @@
     AC_DEFINE(HAVE_RAPIDJSON_PRETTYWRITER, 1,
       [Define to 1 if the RapidJSON PrettyWriter function is available.])
   else
-    warn_rapidjson='RapidJSON library found, but does not seem to work properly.  The "PrettyWriter" option in jsonencode will be disabled.'
+    warn_rapidjson='RapidJSON library found, but some features do not seem to work properly.  The "PrettyWriter" option in jsonencode will be disabled.'
   fi
 fi
 AC_LANG_POP([C++])