From a042951ad4db2b84021e1d43361511dec998ce82 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Thu, 26 May 2016 03:15:21 +0200 Subject: fix configure typo Change-Id: I8d98c2ad986cc2ee0516d7b2b607e5db75a6943d Reviewed-on: https://gerrit.libreoffice.org/25487 Reviewed-by: Jochen Nitschke Tested-by: Jochen Nitschke --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b88f81b0fc3c..b9565a929d4d 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], -- cgit