@@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved.
1111dnl Copyright (c) 2004-2006 The Regents of the University of California.
1212dnl All rights reserved.
1313dnl 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.
1515dnl Copyright (c) 2015 Research Organization for Information Science
1616dnl and Technology (RIST). All rights reserved.
1717dnl $COPYRIGHT $
@@ -43,7 +43,7 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[
4343 AC_ARG_WITH([lustre],
4444 [AC_HELP_STRING([--with-lustre(=DIR)],
4545 [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])
4747
4848 AS_IF([test -z " $with_lustre " || test " $with_lustre " = " yes" ],
4949 [ompi_check_lustre_dir= " /usr" ],
@@ -56,13 +56,13 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[
5656 fi
5757
5858 # 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], [],
6060 [$ompi_check_lustre_dir ], [$ompi_check_lustre_libdir ], [ompi_check_lustre_happy= " yes" ],
6161 [ompi_check_lustre_happy= " no" ])
6262
6363 AC_MSG_CHECKING([for required lustre data structures])
6464 cat > conftest.c << EOF
65- # include "lustre/liblustreapi .h"
65+ # include "lustre/lustreapi .h"
6666void alloc_lum ()
6767{
6868 int v1, v3;
0 commit comments