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

damjan 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 267f9b4a08 Make the message clearer.
267f9b4a08 is described below

commit 267f9b4a08a090db565bd709bc67041acb8ad9ad
Author: Damjan Jovanovic <[email protected]>
AuthorDate: Thu Mar 2 05:22:06 2023 +0200

    Make the message clearer.
    
    Patch by: me
---
 main/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/configure.ac b/main/configure.ac
index 66dcce56dc..c041a98460 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -2983,7 +2983,7 @@ if test "$_os" = "WINNT"; then
       if test -d "$_jdk_home"; then
           with_jdk_home="$_jdk_home"
       else
-          AC_MSG_WARN([$_jdk_home is not a directory, ignoring it])
+          AC_MSG_WARN([$_jdk_home is not a JDK home directory, ignoring it])
       fi
    else
       with_jdk_home=`cygpath -u "$with_jdk_home"`

Reply via email to