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

New commits:
commit a042951ad4db2b84021e1d43361511dec998ce82
Author: Jochen Nitschke <[email protected]>
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 <[email protected]>
    Tested-by: Jochen Nitschke <[email protected]>

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],
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to