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

New commits:
commit c59cf3246b5cf7bc2b8108e7824f9076f6d32cf9
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Apr 23 17:28:36 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Thu Apr 23 20:36:01 2020 +0200

    Fix typo ("..." vs. '...' shell quoting)
    
    ...introduced with 42f29b7f3f1bedac3fc057edfab985ffb03fd53b "Add
    --with-latest-c++ to explicitly opt in for -std=c++20/-std:c++latest"
    
    Change-Id: Ifa943bfb2d24da2ba0d63d577f42e8ec8a0b8f59
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92795
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/configure.ac b/configure.ac
index b23961b414dd..925edc81b9bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6532,7 +6532,7 @@ if test "$COM" = MSC -a "$COM_IS_CLANG" != TRUE; then
 elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
     my_flags='-std=c++17 -std=c++1z'
     if test "$with_latest_c__" = yes; then
-        my_flags='-std=c++20 -std=c++2a $my_flags'
+        my_flags="-std=c++20 -std=c++2a $my_flags"
     fi
     for flag in $my_flags; do
         if test "$COM" = MSC; then
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to