configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 615bf72e2000e2118d08c85ccace5253dbb214be Author: Jan-Marek Glogowski <glo...@fbihome.de> Date: Tue Oct 6 16:07:44 2015 +0200
Remove surplus ] and fix option text The debug option actually just enables symbols. Change-Id: Ib7e3c7727e2160b04dea6c56303e4a58d3e0cd2b Reviewed-on: https://gerrit.libreoffice.org/19212 Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/configure.ac b/configure.ac index 89562c5..42fec84 100644 --- a/configure.ac +++ b/configure.ac @@ -91,7 +91,7 @@ AC_SUBST(LT_AGE) # Debug # ===== AC_ARG_ENABLE(debug, - AS_HELP_STRING([--enable-debug], [Build with debug features in mind.])], + AS_HELP_STRING([--enable-debug], [Build with debug symbols.]), [enable_debug="$enableval"], [enable_debug=no] ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits