From 7b7842fd5a028b9c2d665429a1db8a3db0cd7cd7 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Thu, 13 Aug 2015 11:04:18 +0900 Subject: [PATCH] configury: fix description of the --with-knem option --- config/opal_check_knem.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/opal_check_knem.m4 b/config/opal_check_knem.m4 index 14d1eec174..6d2d7c0f0f 100644 --- a/config/opal_check_knem.m4 +++ b/config/opal_check_knem.m4 @@ -25,7 +25,7 @@ AC_DEFUN([OPAL_CHECK_KNEM],[ OPAL_VAR_SCOPE_PUSH([opal_check_knem_happy opal_check_knem_$1_save_CPPFLAGS opal_check_knem_dir]) AC_ARG_WITH([knem], [AC_HELP_STRING([--with-knem(=DIR)], - [Build knem Linux kernel module support, searching for headers in DIR])]) + [Build knem Linux kernel module support, searching for headers in DIR/include])]) OPAL_CHECK_WITHDIR([knem], [$with_knem], [include/knem_io.h]) opal_check_knem_$1_save_CPPFLAGS="$CPPFLAGS"