summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure25
1 files changed, 1 insertions, 24 deletions
diff --git a/configure b/configure
index b1674e2..892cde8 100755
--- a/configure
+++ b/configure
@@ -690,9 +690,6 @@ LL_PATH
USE_FILTER_SZIP
USE_FILTER_DEFLATE
AM_MAKEFLAGS
-LT_ADD_LIBHDF5_DEPENDENCY
-LT_ADD_LIBHDF5_DEPENDENCY_FALSE
-LT_ADD_LIBHDF5_DEPENDENCY_TRUE
LT_STATIC_EXEC
USE_PLUGINS_CONDITIONAL_FALSE
USE_PLUGINS_CONDITIONAL_TRUE
@@ -22227,6 +22224,7 @@ $as_echo "no" >&6; }
runpath_var=
hardcode_libdir_flag_spec=
hardcode_libdir_flag_spec_ld=
+ hardcode_into_libs=no
;;
X-|X-yes)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
@@ -22238,23 +22236,6 @@ $as_echo "error" >&6; }
as_fn_error $? "\'$enableval\' is not a valid rpath type" "$LINENO" 5
;;
esac
-## ----------------------------------------------------------------------
-## When sharedlib-rpath is disabled, setting runpath_var to "" above, don't
-## add libhdf5 as a dependency for the other hdf5 libs, either. This keeps
-## the rpath to libhdf5 out of the lib files as well as the executables.
- if test "X$runpath_var" != X; then
- LT_ADD_LIBHDF5_DEPENDENCY_TRUE=
- LT_ADD_LIBHDF5_DEPENDENCY_FALSE='#'
-else
- LT_ADD_LIBHDF5_DEPENDENCY_TRUE='#'
- LT_ADD_LIBHDF5_DEPENDENCY_FALSE=
-fi
-
-
-
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking make" >&5
-$as_echo_n "checking make... " >&6; }
## ----------------------------------------------------------------------
## Sometimes makes think the `.PATH:' appearing before the first rule
@@ -33425,10 +33406,6 @@ if test -z "${USE_PLUGINS_CONDITIONAL_TRUE}" && test -z "${USE_PLUGINS_CONDITION
as_fn_error $? "conditional \"USE_PLUGINS_CONDITIONAL\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${LT_ADD_LIBHDF5_DEPENDENCY_TRUE}" && test -z "${LT_ADD_LIBHDF5_DEPENDENCY_FALSE}"; then
- as_fn_error $? "conditional \"LT_ADD_LIBHDF5_DEPENDENCY\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${BUILD_SHARED_SZIP_CONDITIONAL_TRUE}" && test -z "${BUILD_SHARED_SZIP_CONDITIONAL_FALSE}"; then
as_fn_error $? "conditional \"BUILD_SHARED_SZIP_CONDITIONAL\" was never defined.