[Libreoffice-commits] cppunit.git: configure.ac

Jan-Marek Glogowski glogow at fbihome.de
Tue Oct 6 13:46:18 PDT 2015


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 615bf72e2000e2118d08c85ccace5253dbb214be
Author: Jan-Marek Glogowski <glogow at 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.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at 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]
 )


More information about the Libreoffice-commits mailing list