Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 59dc8a6

Browse files
ggouaillardethppritcha
authored andcommitted
configury: fix description of the --with-knem option
1 parent deb82c6 commit 59dc8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_check_knem.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AC_DEFUN([OPAL_CHECK_KNEM],[
2525
OPAL_VAR_SCOPE_PUSH([opal_check_knem_happy opal_check_knem_$1_save_CPPFLAGS opal_check_knem_dir])
2626
AC_ARG_WITH([knem],
2727
[AC_HELP_STRING([--with-knem(=DIR)],
28-
[Build knem Linux kernel module support, searching for headers in DIR])])
28+
[Build knem Linux kernel module support, searching for headers in DIR/include])])
2929

3030
OPAL_CHECK_WITHDIR([knem], [$with_knem], [include/knem_io.h])
3131
opal_check_knem_$1_save_CPPFLAGS="$CPPFLAGS"

0 commit comments

Comments
 (0)