Skip to content

Commit 626f29a

Browse files
hunsaawlauria
authored andcommitted
glob.h check fixed, otherwise it always fails
Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
1 parent a9e7751 commit 626f29a

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)