summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2012-10-16 21:38:58 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2012-10-16 21:38:58 (GMT)
commit33504deb83ded74816f659887405aecef07718bf (patch)
tree9c9b45fa673d68ea5da36848c3e88cb08d0af446 /configure
parent6e6ba4f06408c6642b6a8364408af4a6c16d54bd (diff)
downloadhdf5-33504deb83ded74816f659887405aecef07718bf.zip
hdf5-33504deb83ded74816f659887405aecef07718bf.tar.gz
hdf5-33504deb83ded74816f659887405aecef07718bf.tar.bz2
[svn-r22908] Reverted changes in revision 22819
Tested with h5committest on jam, koala and ostrich.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure b/configure
index b678d0b..1180d09 100755
--- a/configure
+++ b/configure
@@ -771,8 +771,6 @@ ac_ct_CC
LDFLAGS
CFLAGS
CC
-HDF5_USE_SHLIB
-H5BLD_STATIC
UNAME_INFO
enable_static
enable_shared
@@ -3999,13 +3997,6 @@ $as_echo "done" >&6; }
UNAME_INFO=`uname -a`
-## Define symbol variables to allow h5cc.in and its companions to determine
-## whether static libraries are built or not. When they are not built, the
-## compile scripts should use shared libraries by default
-
- H5BLD_STATIC=yes
-
-
## ----------------------------------------------------------------------
## Some platforms have broken basename, and/or xargs programs. Check
## that it actually does what it's supposed to do. Catch this early
@@ -31093,14 +31084,6 @@ fi
## Build the Makefiles.
##
-## If $enable_static = "no", set HDF5_USE_SHLIB to "yes" so that the compile
-## scripts will default to use shared libraries instead of defaulting to
-## use static libraries. Otherwise they fail because the static libraries
-## don't exist.
-if test "X$enable_static" = "Xno"; then
- HDF5_USE_SHLIB="yes"
-fi
-
## The directory search list
SEARCH='$(srcdir) $(top_builddir)/src $(top_srcdir)/src'
cmd='echo $SEARCH |sed "s/ /'$SEARCH_SEP'/g"'