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:
8482e51
)
branch: b_new_cmd
author
ericm
<ericm>
Fri, 6 Oct 2006 20:40:43 +0000
(20:40 +0000)
committer
ericm
<ericm>
Fri, 6 Oct 2006 20:40:43 +0000
(20:40 +0000)
minor fix for gss configure
lustre/autoconf/lustre-core.m4
patch
|
blob
|
history
diff --git
a/lustre/autoconf/lustre-core.m4
b/lustre/autoconf/lustre-core.m4
index
527dd42
..
2de492f
100644
(file)
--- a/
lustre/autoconf/lustre-core.m4
+++ b/
lustre/autoconf/lustre-core.m4
@@
-655,7
+655,7
@@
AC_MSG_RESULT([$enable_gss])
if test x$enable_gss == xyes; then
AC_MSG_CHECKING([whether CONFIG_SUNRPC is in kernel config file])
- if test -f $LINUX_CONFIG &&
grep -q CONFIG_SUNRPC=y
$LINUX_CONFIG; then
+ if test -f $LINUX_CONFIG &&
egrep -q "CONFIG_SUNRPC=[y|m]"
$LINUX_CONFIG; then
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])