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

Jochen Nitschke j.nitschke+logerrit at ok.de
Thu May 26 01:18:25 UTC 2016


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

New commits:
commit a042951ad4db2b84021e1d43361511dec998ce82
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Thu May 26 03:15:21 2016 +0200

    fix configure typo
    
    Change-Id: I8d98c2ad986cc2ee0516d7b2b607e5db75a6943d
    Reviewed-on: https://gerrit.libreoffice.org/25487
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>
    Tested-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/configure.ac b/configure.ac
index b88f81b..b9565a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2027,7 +2027,7 @@ AC_ARG_WITH(symbol-config,
     AS_HELP_STRING([--with-symbol-config],
         [Configuration for the crashreport symbol upload]),
         [],
-        [$with_symbol_config=no])
+        [with_symbol_config=no])
 
 AC_ARG_WITH(export-validation,
     AS_HELP_STRING([--with-export-validation],


More information about the Libreoffice-commits mailing list