summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-13 16:41:35 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-13 16:41:35 (GMT)
commit57ac83f5ba546fe9c86479c5cb3c303f8ff33881 (patch)
tree40e22c582d8e38ddcb3f837636ed276f2efd6911 /configure
parent99f7d40324a8c5f920ea7425a0683871981535c5 (diff)
downloadhdf5-57ac83f5ba546fe9c86479c5cb3c303f8ff33881.zip
hdf5-57ac83f5ba546fe9c86479c5cb3c303f8ff33881.tar.gz
hdf5-57ac83f5ba546fe9c86479c5cb3c303f8ff33881.tar.bz2
[svn-r25278] run reconfigure.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 18 insertions, 0 deletions
diff --git a/configure b/configure
index a5cd3d9..d96aabf 100755
--- a/configure
+++ b/configure
@@ -699,6 +699,8 @@ PYTHON_LIB
PYTHON_INCLUDE_DIR
PYTHON_BIN
MYALACRITY_LIBS
+BUILD_INDEXING_CONDITIONAL_FALSE
+BUILD_INDEXING_CONDITIONAL_TRUE
CLEARFILEBUF
INSTRUMENT_LIBRARY
TRACE_API
@@ -29519,6 +29521,14 @@ $as_echo "#define HAVE_INDEXING 1" >>confdefs.h
$as_echo "no" >&6; }
;;
esac
+ if test "X-$INDEXING" = "X-yes"; then
+ BUILD_INDEXING_CONDITIONAL_TRUE=
+ BUILD_INDEXING_CONDITIONAL_FALSE='#'
+else
+ BUILD_INDEXING_CONDITIONAL_TRUE='#'
+ BUILD_INDEXING_CONDITIONAL_FALSE=
+fi
+
## ----------------------------------------------------------------------
## Check for ALACRITY
@@ -29722,6 +29732,10 @@ fi
if test -z "$HAVE_ALACRITY" -a -n "$HDF5_CONFIG_ABORT"; then
as_fn_error $? "couldn't find ALACRITY library" "$LINENO" 5
fi
+
+
+$as_echo "#define HAVE_ALACRITY 1" >>confdefs.h
+
;;
esac
@@ -36313,6 +36327,10 @@ if test -z "${BUILD_SHARED_SZIP_CONDITIONAL_TRUE}" && test -z "${BUILD_SHARED_SZ
as_fn_error $? "conditional \"BUILD_SHARED_SZIP_CONDITIONAL\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${BUILD_INDEXING_CONDITIONAL_TRUE}" && test -z "${BUILD_INDEXING_CONDITIONAL_FALSE}"; then
+ as_fn_error $? "conditional \"BUILD_INDEXING_CONDITIONAL\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${BUILD_PYTHON_CONDITIONAL_TRUE}" && test -z "${BUILD_PYTHON_CONDITIONAL_FALSE}"; then
as_fn_error $? "conditional \"BUILD_PYTHON_CONDITIONAL\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5