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:
626f6b3
)
Branch b1_6
author
scjody
<scjody>
Mon, 16 Jul 2007 23:24:49 +0000
(23:24 +0000)
committer
scjody
<scjody>
Mon, 16 Jul 2007 23:24:49 +0000
(23:24 +0000)
Disable automatic dependencies on SLES 10.
b=11932
i=mjmac
lustre/autoconf/lustre-core.m4
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
11e1dcd
..
86b2796
100644
(file)
--- a/
lustre/autoconf/lustre-core.m4
+++ b/
lustre/autoconf/lustre-core.m4
@@
-329,6
+329,13
@@
else
LB_DEFINE_LDISKFS_OPTIONS
fi #ldiskfs
+# Check for SLES 10 to enable RPM lustre.spec changes
+SLES10BUILD=0
+case $LINUXRELEASE in
+2.6.16*) SLES10BUILD=1
+esac
+AC_SUBST(SLES10BUILD)
+
AC_MSG_CHECKING([which backing filesystem to use])
AC_MSG_RESULT([$BACKINGFS])
AC_SUBST(BACKINGFS)