[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - configure.ac

Jochen Nitschke j.nitschke+logerrit at ok.de
Thu May 26 08:44:22 UTC 2016


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

New commits:
commit 00b7565af0937003492ec09826dfd4d3556575f2
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>
    (cherry picked from commit a042951ad4db2b84021e1d43361511dec998ce82)
    Reviewed-on: https://gerrit.libreoffice.org/25494
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/configure.ac b/configure.ac
index 761571a..81ee880 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