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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 75716c795ba34d581d0f8628782a6c15919a61dd
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed May 15 09:24:16 2024 +0100

    Remove escapes to fix warning when running buildconf.sh
---
 src/native/unix/support/apfunctions.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/unix/support/apfunctions.m4 
b/src/native/unix/support/apfunctions.m4
index e8d7ef0..c9b7150 100644
--- a/src/native/unix/support/apfunctions.m4
+++ b/src/native/unix/support/apfunctions.m4
@@ -26,7 +26,7 @@ AC_DEFUN(AP_CANONICAL_HOST_CHECK,[
        test x"$ac_cv_host_system_type" != x"$host" ; }
   then
     AC_MSG_RESULT([$ac_cv_host_system_type])
-    AC_MSG_ERROR([remove the \"$cache_file\" file and re-run configure])
+    AC_MSG_ERROR([remove the "$cache_file" file and re-run configure])
   else
     AC_MSG_RESULT(ok)
     ac_cv_host_system_type="$host"

Reply via email to