Skip to content

Commit aab3677

Browse files
authored
Merge pull request #10369 from awlauria/psm2_v5.0.x
v5.0.x: glob.h check fixed, otherwise it always fails
2 parents ef29ef7 + b6877a1 commit aab3677

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)