File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 176176 # Make an AM conditional to see whether we're building the mpi_ext
177177 # module. Note that we only build it if we support the ignore-tkr
178178 # mpi module.
179- AS_IF([test $OMPI_BUILD_FORTRAN_USEMPI_BINDINGS -eq 1 && \
179+ AS_IF([test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPI_BINDINGS && \
180180 test $OMPI_FORTRAN_HAVE_IGNORE_TKR -eq 1],
181181 [OMPI_BUILD_FORTRAN_USEMPI_EXT= 1],
182182 [OMPI_BUILD_FORTRAN_USEMPI_EXT= 0])
213213
214214 # Only build this mpi_f08_ext module if we're building the "use
215215 # mpi_f08" module *and* it's the non-descriptor one.
216- AS_IF([test $OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS -eq 1 && \
216+ AS_IF([test $OMPI_BUILD_FORTRAN_BINDINGS -ge $OMPI_FORTRAN_USEMPIF08_BINDINGS && \
217217 test $OMPI_BUILD_FORTRAN_F08_SUBARRAYS -eq 0],
218218 [OMPI_BUILD_FORTRAN_USEMPIF08_EXT= 1],
219219 [OMPI_BUILD_FORTRAN_USEMPIF08_EXT= 0])
You can’t perform that action at this time.
0 commit comments