Skip to content

Commit d02c5fc

Browse files
authored
Merge pull request #5161 from jsquyres/pr/v3.0.x/one-moar-java-fix
v3.0.x: Fix config/opal_setup_java.m4 from commit merged in #5119
2 parents 4ab2d1d + febd97d commit d02c5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_setup_java.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ AC_DEFUN([OPAL_SETUP_JAVA],[
112112
with_jdk_headers=$opal_java_dir/include
113113
with_jdk_bindir=$opal_java_dir/bin
114114
else
115-
AC_MSG_WARN([No recognized directory structure found under $opal_java_dir])
116-
AC_MSG_ERROR([Cannot continue])
115+
AC_MSG_WARN([No recognized OS X/macOS JDK directory structure found under $opal_java_dir])
116+
opal_java_found=0
117117
fi],
118118
[AC_MSG_RESULT([not found])])
119119

0 commit comments

Comments
 (0)