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:
3a14f7f
)
Branch HEAD
author
johann
<johann>
Thu, 30 Aug 2007 15:42:48 +0000
(15:42 +0000)
committer
johann
<johann>
Thu, 30 Aug 2007 15:42:48 +0000
(15:42 +0000)
Add check for -prep- kernel, which is also RHEL 5.
b=13458
i=adilger
i=nathan
ldiskfs/configure.ac
patch
|
blob
|
history
diff --git
a/ldiskfs/configure.ac
b/ldiskfs/configure.ac
index
ce9513f
..
b5dda07
100644
(file)
--- a/
ldiskfs/configure.ac
+++ b/
ldiskfs/configure.ac
@@
-73,6
+73,7
@@
case $LINUXRELEASE in
2.6.15*) LDISKFS_SERIES="2.6-fc5.series";;
2.6.16*) LDISKFS_SERIES="2.6-sles10.series";;
2.6.18-*el5*) LDISKFS_SERIES="2.6-rhel5.series";;
+2.6.18-*prep*) LDISKFS_SERIES="2.6-rhel5.series";;
2.6.18*) LDISKFS_SERIES="2.6.18-vanilla.series";;
*) AC_MSG_WARN([Unknown kernel version $LINUXRELEASE, fix ldiskfs/configure.ac])
esac