~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to config/ac_infiniband.m4

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
AC_ARG_WITH(infiniband,
38
38
        [  --with-infiniband=DIR      Location of Infiniband],
39
 
        [ ac_with_infiniband=yes;])
40
 
 
41
 
 
42
 
 
43
 
if test x"$withval" = xno; then
 
39
        [ INFINIBAND_DIR=$withval;], [with_infiniband=yes])
 
40
 
 
41
 
 
42
 
 
43
if test x"$with_infiniband" = xno; then
44
44
 
45
45
        ac_with_infiniband=no;
46
46
 
47
 
elif test x"$withval" = xyes -o x"$withval" = x; then
 
47
elif test x"$with_infiniband" = xyes -o x"$with_infiniband" = x; then
48
48
 
49
49
        INFINIBAND_CPPFLAGS="";
50
50
        INFINIBAND_LDFLAGS="";
64
64
dnl Check for command-line disable
65
65
if test x"$ac_with_infiniband" = xyes; then
66
66
 
 
67
        AC_MSG_NOTICE([=== checking for INFINIBAND ===])
 
68
 
67
69
        dnl Look for Infiniband header files
68
70
        save_CPPFLAGS=$CPPFLAGS;
69
71
        save_LDFLAGS=$LDFLAGS;