Skip to content

Commit

Permalink
Latest Fedora has dropped the arch suffix from the openjdk directory
Browse files Browse the repository at this point in the history
Signed-off-by: Orion Poplawski <[email protected]>
  • Loading branch information
opoplawski committed Mar 1, 2025
1 parent b79b3e9 commit 28e08db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ompi_setup_java.m4
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ AC_DEFUN([_OMPI_SETUP_JAVA],[
if test "$ompi_java_found" = "0"; then
# Various Linux
if test -z "$JAVA_HOME"; then
ompi_java_dir='/usr/lib/jvm/java-*-openjdk-*/include/'
ompi_java_dir='/usr/lib/jvm/java-*-openjdk*/include/'
else
ompi_java_dir=$JAVA_HOME/include
fi
Expand Down

0 comments on commit 28e08db

Please sign in to comment.