@@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved.
11
11
dnl Copyright (c) 2004-2006 The Regents of the University of California.
12
12
dnl All rights reserved.
13
13
dnl Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved
14
- dnl Copyright (c) 2008-2012 University of Houston. All rights reserved.
14
+ dnl Copyright (c) 2008-2017 University of Houston. All rights reserved.
15
15
dnl Copyright (c) 2015 Research Organization for Information Science
16
16
dnl and Technology (RIST). All rights reserved.
17
17
dnl $COPYRIGHT $
@@ -43,7 +43,7 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[
43
43
AC_ARG_WITH([lustre],
44
44
[AC_HELP_STRING([--with-lustre(=DIR)],
45
45
[Build Lustre support, optionally adding DIR/include, DIR/lib, and DIR/lib64 to the search path for headers and libraries])])
46
- OPAL_CHECK_WITHDIR([lustre], [$with_lustre ], [include/lustre/liblustreapi .h])
46
+ OPAL_CHECK_WITHDIR([lustre], [$with_lustre ], [include/lustre/lustreapi .h])
47
47
48
48
AS_IF([test -z " $with_lustre " || test " $with_lustre " = " yes" ],
49
49
[ompi_check_lustre_dir= " /usr" ],
@@ -56,13 +56,13 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[
56
56
fi
57
57
58
58
# Add correct -I and -L flags
59
- OPAL_CHECK_PACKAGE([$1 ], [lustre/liblustreapi .h], [lustreapi], [llapi_file_create], [],
59
+ OPAL_CHECK_PACKAGE([$1 ], [lustre/lustreapi .h], [lustreapi], [llapi_file_create], [],
60
60
[$ompi_check_lustre_dir ], [$ompi_check_lustre_libdir ], [ompi_check_lustre_happy= " yes" ],
61
61
[ompi_check_lustre_happy= " no" ])
62
62
63
63
AC_MSG_CHECKING([for required lustre data structures])
64
64
cat > conftest.c << EOF
65
- # include "lustre/liblustreapi .h"
65
+ # include "lustre/lustreapi .h"
66
66
void alloc_lum ()
67
67
{
68
68
int v1, v3;
0 commit comments