summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-26 15:52:25 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-26 15:52:25 (GMT)
commit47a4460b48c2fd30d556d2ce48f601565e7b92e4 (patch)
tree0530ce220ec5b27460a7c59387a4568620137a71 /src/H5VLiod.h
parent41cd6b928b76ba8c3c39027f3de2085544f44464 (diff)
downloadhdf5-47a4460b48c2fd30d556d2ce48f601565e7b92e4.zip
hdf5-47a4460b48c2fd30d556d2ce48f601565e7b92e4.tar.gz
hdf5-47a4460b48c2fd30d556d2ce48f601565e7b92e4.tar.bz2
[svn-r23458] update configure.ac to add a try compile in case eff is enabled
Diffstat (limited to 'src/H5VLiod.h')
-rw-r--r--src/H5VLiod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5VLiod.h b/src/H5VLiod.h
index f924a0c..617f8cd 100644
--- a/src/H5VLiod.h
+++ b/src/H5VLiod.h
@@ -22,6 +22,8 @@
#ifndef H5VLiod_H
#define H5VLiod_H
+#ifdef H5_HAVE_EFF
+
#include "AXE.h"
#include "iod_api.h"
#include "iod_types.h"
@@ -29,7 +31,6 @@
#include "function_shipper_handler.h"
#include "network_mpi.h"
-#ifdef H5_HAVE_EFF
#define H5VL_IOD (H5VL_iod_init())
#else
#define H5VL_IOD (-1)