Skip to content

Commit fa08eac

Browse files
authored
Merge pull request #10368 from awlauria/fix_psm2_configure
glob.h check fixed, otherwise it always fails
2 parents 659c890 + 626f29a commit fa08eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_check_psm2.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ AC_DEFUN([OMPI_CHECK_PSM2],[
6363
CPPFLAGS="${$1_CPPFLAGS} ${CPPFLAGS}"
6464

6565
AS_IF([test "$ompi_check_psm2_happy" = "yes"],
66-
[AC_CHECK_HEADERS([glob.h], []
66+
[AC_CHECK_HEADERS([glob.h], [],
6767
[AC_MSG_WARN([glob.h not found. Can not build component.])
6868
$1_SUMMARY="no (glob.h not found))"
6969
ompi_check_psm2_happy="no"])])

0 commit comments

Comments
 (0)