Skip to content

Commit 2ea6bfb

Browse files
committed
Latest Fedora has dropped the arch suffix from the openjdk directory
1 parent b79b3e9 commit 2ea6bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_setup_java.m4

Lines changed: 1 addition & 1 deletion
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)