summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-10 20:26:18 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-03-10 20:26:18 (GMT)
commit0ed93555aef7459b2a7ddaaac84f3186ea6bac9d (patch)
treec213256fb2b039a79bd640636054605765d78b8a /src
parente551fef9e304f3c72624bc58ba582a0bb0da931f (diff)
downloadhdf5-0ed93555aef7459b2a7ddaaac84f3186ea6bac9d.zip
hdf5-0ed93555aef7459b2a7ddaaac84f3186ea6bac9d.tar.gz
hdf5-0ed93555aef7459b2a7ddaaac84f3186ea6bac9d.tar.bz2
[svn-r24778] run reconfigure with new configure.ac changes.
Diffstat (limited to 'src')
-rw-r--r--src/H5FF.c2
-rw-r--r--src/H5config.h.in4
-rw-r--r--src/Makefile.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/H5FF.c b/src/H5FF.c
index ef151ef..12af6fc 100644
--- a/src/H5FF.c
+++ b/src/H5FF.c
@@ -284,7 +284,7 @@ H5Fclose_ff(hid_t file_id, hbool_t persist_flag, hid_t estack_id)
herr_t ret_value = SUCCEED;
FUNC_ENTER_API(FAIL)
- H5TRACE2("e", "ii", file_id, estack_id);
+ H5TRACE3("e", "ibi", file_id, persist_flag, estack_id);
/* If persist flag is FALSE (non-default), then set that flag in the file struct */
if(FALSE == persist_flag) {
diff --git a/src/H5config.h.in b/src/H5config.h.in
index d99c709..9890301 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -214,8 +214,8 @@
/* Define to 1 if you have the `axe' library (-laxe). */
#undef HAVE_LIBAXE
-/* Define to 1 if you have the `daos_posix' library (-ldaos_posix). */
-#undef HAVE_LIBDAOS_POSIX
+/* Define to 1 if you have the `daos' library (-ldaos). */
+#undef HAVE_LIBDAOS
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
diff --git a/src/Makefile.in b/src/Makefile.in
index 854edbf..b2048ae 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -373,7 +373,7 @@ MKDIR_P = @MKDIR_P@
MPE = @MPE@
MPI_GET_SIZE = @MPI_GET_SIZE@
MYAXE_LIBS = @MYAXE_LIBS@
-MYDAOS_POSIX_LIBS = @MYDAOS_POSIX_LIBS@
+MYDAOS_LIBS = @MYDAOS_LIBS@
MYIOD_LIBS = @MYIOD_LIBS@
MYPLFS_LIBS = @MYPLFS_LIBS@
NM = @NM@