Skip to content

Commit 44e520e

Browse files
authored
Merge pull request #13121 from jsquyres/pr/v5.0.x/fedora-java-configury
v5.0.x: Latest Fedora has dropped the arch suffix from the openjdk directory
2 parents ac3455b + 3322c2c commit 44e520e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_setup_java.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ AC_DEFUN([_OMPI_SETUP_JAVA],[
101101
if test "$ompi_java_found" = "0"; then
102102
# Various Linux
103103
if test -z "$JAVA_HOME"; then
104-
ompi_java_dir='/usr/lib/jvm/java-*-openjdk-*/include/'
104+
ompi_java_dir='/usr/lib/jvm/java-*-openjdk*/include/'
105105
else
106106
ompi_java_dir=$JAVA_HOME/include
107107
fi

0 commit comments

Comments
 (0)