We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb82c6 commit 59dc8a6Copy full SHA for 59dc8a6
config/opal_check_knem.m4
@@ -25,7 +25,7 @@ AC_DEFUN([OPAL_CHECK_KNEM],[
25
OPAL_VAR_SCOPE_PUSH([opal_check_knem_happy opal_check_knem_$1_save_CPPFLAGS opal_check_knem_dir])
26
AC_ARG_WITH([knem],
27
[AC_HELP_STRING([--with-knem(=DIR)],
28
- [Build knem Linux kernel module support, searching for headers in DIR])])
+ [Build knem Linux kernel module support, searching for headers in DIR/include])])
29
30
OPAL_CHECK_WITHDIR([knem], [$with_knem], [include/knem_io.h])
31
opal_check_knem_$1_save_CPPFLAGS="$CPPFLAGS"
0 commit comments