This is an automated email from the ASF dual-hosted git repository.

jimjag pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6ee7c93efb Handle error/warning message about escaping
6ee7c93efb is described below

commit 6ee7c93efb0c480a5dbf1420ab5fe9188dc567c5
Author: Jim Jagielski <[email protected]>
AuthorDate: Tue Jun 9 07:03:15 2026 -0400

    Handle error/warning message about escaping
---
 main/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/configure.ac b/main/configure.ac
index 18bbf4dbcf..8a648e6e40 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -2192,7 +2192,7 @@ dnl      The following find microsoft, matches nn.nn.nnnn 
then pulls numbers out
                                                                printf 
(\"%04d\",vertoken[[i]] )
                                                        }
                                                        }"`
-                       AC_MSG_RESULT([found Compiler version $CCNUMVER in 
\"$CCTXTVER\"])
+                       AC_MSG_RESULT([found Compiler version $CCNUMVER in 
"$CCTXTVER"])
                        if test "$CCNUMVER" -ge "001500000000"; then
                                COMEX=12
                                MSVSVER=2008

Reply via email to