[Pvfs2-cvs] commit by robl in pvfs2-1: configure
CVS commit program
cvs at parl.clemson.edu
Tue Nov 6 11:39:05 EST 2007
Update of /projects/cvsroot/pvfs2-1
In directory parlweb1:/tmp/cvs-serv18181
Modified Files:
Tag: pvfs-2-6-branch
configure
Log Message:
from HEAD: fix the exportfs.h header check
Index: configure
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/configure,v
diff -u -w -p -u -r1.323.6.16 -r1.323.6.17
--- configure 5 Nov 2007 22:06:51 -0000 1.323.6.16
+++ configure 6 Nov 2007 16:38:59 -0000 1.323.6.17
@@ -9961,7 +9961,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#define __KERNEL__
- #include <exportfs.h>
+ #include <linux/exportfs.h>
#include <$ac_header>
@@ -14985,7 +14985,7 @@ if test "$ac_res" != no; then
ac_cv_func_getmntent=yes
cat >>confdefs.h <<\_ACEOF
-#define HAVE_GETMNTENT 1
+#define HAVE_GETMNTENT
_ACEOF
else
More information about the Pvfs2-cvs
mailing list