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

New commits:
commit 63236e47b8d8b128a5696c1f667addd6584926ad
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 15 19:07:14 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Thu Feb 15 22:24:12 2024 +0100

    Fix file name to rm
    
    Change-Id: Ic700b18004e4fb84aa1153331f02cad33e01341d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163457
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>
    Tested-by: Jenkins

diff --git a/configure.ac b/configure.ac
index aca1d243ced5..61d6f5f3d5b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14818,7 +14818,7 @@ then
     CXXFLAGS=$save_CXXFLAGS
     LDFLAGS=$save_LDFLAGS
     AC_LANG_POP([C++])
-    rm confetst.pcm
+    rm conftest.pcm
 fi
 if test -n "$have_cpp_consteval"; then
     AC_DEFINE([HAVE_CPP_CONSTEVAL],[1])

Reply via email to