diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-05-26 03:15:21 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-05-26 01:18:00 +0000 |
commit | a042951ad4db2b84021e1d43361511dec998ce82 (patch) | |
tree | 76ec9a04981f2fdb080614240e3b191e632b6b0d | |
parent | b2f994469f3e2f1fe72e9f103b840aa949ace6dd (diff) |
fix configure typo
Change-Id: I8d98c2ad986cc2ee0516d7b2b607e5db75a6943d
Reviewed-on: https://gerrit.libreoffice.org/25487
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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], |