Skip to content

Commit 7783e5a

Browse files
committed
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 <[email protected]>
1 parent 72d3e29 commit 7783e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_check_lustre.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ EOF
7979

8080
# Try the compile
8181
OPAL_LOG_COMMAND(
82-
[$CC $CFLAGS -I$with_lustre/include -c conftest.c],
82+
[$CC $CFLAGS -I$ompi_check_lustre_dir/include -c conftest.c],
8383
[ompi_check_lustre_struct_happy="yes"],
8484
[ompi_check_lustre_struct_happy="no"
8585
ompi_check_lustre_happy="no"]

0 commit comments

Comments
 (0)