summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunusemre Şentürk <yunusemre@collabora.com>2020-05-14 17:32:59 +0300
committerAndras Timar <andras.timar@collabora.com>2020-05-15 21:36:48 +0200
commit476241a599fb8a5ab1bbc2989c6c6a84eb7c9788 (patch)
tree09e770cfe2f27c1f0c33c7b467d0bbbf311b1798
parent420ccf4bdd398558bc080e969e600204a286c82a (diff)
Fix typo.
It was causing "./configure: line 9997: =no: command not found" when autogen.sh is used. Change-Id: Iee57fb43c7bfbe4ac64ea5f995af05ddc8a26ad4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94234 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 919129b67173..335f75de7a9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2148,7 +2148,7 @@ libo_FUZZ_ARG_WITH(latest-c++,
AS_HELP_STRING([--with-latest-c++],
[Try to enable the latest features of the C++ compiler, even if they are not yet part of a
published standard.]),,
- [$with_latest_c__=no])
+ [with_latest_c__=no])
dnl ===================================================================
dnl Branding