[Pvfs2-cvs] commit by slang in pvfs2/test: configure.in pvfs2-test-config.h.in

CVS commit program cvs at parl.clemson.edu
Thu Apr 12 11:57:52 EDT 2007


Update of /projects/cvsroot/pvfs2/test
In directory parlweb1:/tmp/cvs-serv13712

Modified Files:
	configure.in pvfs2-test-config.h.in 
Log Message:
don't try to build libaio test code if libaio doesn't exist


Index: configure.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/configure.in,v
diff -p -u -r1.15 -r1.16
--- configure.in	28 Sep 2006 00:34:25 -0000	1.15
+++ configure.in	12 Apr 2007 15:57:52 -0000	1.16
@@ -49,6 +49,8 @@ AC_CHECK_PROG(HAVE_FIND, find, yes, no)
 AC_CHECK_PROG(HAVE_BISON, bison, yes, no)
 AC_CHECK_PROG(HAVE_FLEX, flex, yes, no)
 
+AC_CHECK_HEADERS(openssl/evp.h)
+AC_CHECK_HEADERS(openssl/crypto.h)
 dnl See if CC is a GNU compiler.  This may require a real test in future
 dnl versions of autoconf.  In 2.13 it is a side-effect of AC_PROG_CC.  First
 dnl check if it is an Intel compiler; those lie and claim to be gcc but are

Index: pvfs2-test-config.h.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/pvfs2-test-config.h.in,v
diff -p -u -r1.7 -r1.8
--- pvfs2-test-config.h.in	28 Sep 2006 00:34:25 -0000	1.7
+++ pvfs2-test-config.h.in	12 Apr 2007 15:57:52 -0000	1.8
@@ -12,6 +12,9 @@
 /* Define if db library has DB_DIRTY_READ flag */
 #undef HAVE_DB_DIRTY_READ
 
+/* Define if DB has get_pagesize function */
+#undef HAVE_DB_GET_PAGESIZE
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 



More information about the Pvfs2-cvs mailing list