[Libreoffice-commits] core.git: configure.ac

Yunusemre Şentürk (via logerrit) logerrit at kemper.freedesktop.org
Sun May 17 08:08:07 UTC 2020


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

New commits:
commit 67b849ea6fd9f00c32ea0e91ed03050e4e36ef2c
Author:     Yunusemre Şentürk <yunusemre at collabora.com>
AuthorDate: Thu May 14 17:32:59 2020 +0300
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sun May 17 10:07:34 2020 +0200

    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/+/94004
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/configure.ac b/configure.ac
index 2087b1d3d452..1d531f32edec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2187,7 +2187,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


More information about the Libreoffice-commits mailing list