[Pvfs2-cvs] commit by robl in pvfs2-1/maint/config: kernel.m4
CVS commit program
cvs at parl.clemson.edu
Fri Aug 31 19:16:40 EDT 2007
Update of /projects/cvsroot/pvfs2-1/maint/config
In directory parlweb1:/tmp/cvs-serv13168/maint/config
Modified Files:
kernel.m4
Log Message:
it's certainly confusing if we print "yes" for both success and failure
Index: kernel.m4
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/maint/config/kernel.m4,v
diff -u -w -p -u -r1.41 -r1.42
--- kernel.m4 31 Aug 2007 23:10:43 -0000 1.41
+++ kernel.m4 31 Aug 2007 23:16:40 -0000 1.42
@@ -829,7 +829,7 @@ AC_DEFUN([AX_KERNEL_FEATURES],
],
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_KERNEL_DEVICE_CLASSES, 1, Define if kernel lacks device classes),
- AC_MSG_RESULT(yes)
+ AC_MSG_RESULT(no)
)
CFLAGS=$oldcflags
More information about the Pvfs2-cvs
mailing list