Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbdfa14
)
Branch: b_cray
author
adilger
<adilger>
Wed, 19 Jan 2005 19:39:44 +0000
(19:39 +0000)
committer
adilger
<adilger>
Wed, 19 Jan 2005 19:39:44 +0000
(19:39 +0000)
Fix typo from CVS reorg.
b=5568
build/autoconf/lustre-build.m4
patch
|
blob
|
history
diff --git
a/build/autoconf/lustre-build.m4
b/build/autoconf/lustre-build.m4
index
701f448
..
47bb1a2
100644
(file)
--- a/
build/autoconf/lustre-build.m4
+++ b/
build/autoconf/lustre-build.m4
@@
-134,7
+134,7
@@
if test x$CRAY_PORTALS_INCLUDES != x -a x$CRAY_PORTALS_LIBS != x ; then
with_cray_portals=yes
AC_DEFINE(CRAY_PORTALS, 1, [Building with Cray Portals])
CPPFLAGS="-I$CRAY_PORTALS_INCLUDES $CPPFLAGS"
- EXTRA_KCFLAGS="-I
-I
$CRAY_PORTALS_INCLUDES $EXTRA_KCFLAGS"
+ EXTRA_KCFLAGS="-I$CRAY_PORTALS_INCLUDES $EXTRA_KCFLAGS"
else
with_cray_portals=no
fi