This is an automated email from the ASF dual-hosted git repository.
jimjag pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 948f59745b Handle error/warning message about escaping
948f59745b is described below
commit 948f59745b44a545c43bd331a7a54f6ef3efd7a3
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 ac03e3f396..09131f9bc1 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -2182,7 +2182,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