configury: fix include path in Lustre detection
use -I$ompi_check_lustre_dir/include in order to correctly support configure --with-lustre Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp> (cherry picked from commit 7783e5ad09084caf684cfd9b2acf7bd79354074f)
Этот коммит содержится в:
родитель
7c435186c8
Коммит
cd03754ac3
@ -79,7 +79,7 @@ EOF
|
|||||||
|
|
||||||
# Try the compile
|
# Try the compile
|
||||||
OPAL_LOG_COMMAND(
|
OPAL_LOG_COMMAND(
|
||||||
[$CC $CFLAGS -I$with_lustre/include -c conftest.c],
|
[$CC $CFLAGS -I$ompi_check_lustre_dir/include -c conftest.c],
|
||||||
[ompi_check_lustre_struct_happy="yes"],
|
[ompi_check_lustre_struct_happy="yes"],
|
||||||
[ompi_check_lustre_struct_happy="no"
|
[ompi_check_lustre_struct_happy="no"
|
||||||
ompi_check_lustre_happy="no"]
|
ompi_check_lustre_happy="no"]
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user