summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-29 22:26:45 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-29 22:26:45 (GMT)
commit948a75a79321f87733369fade2471fc993d6b442 (patch)
tree497812addf53829e049a63405eb4529d26b93e8f /configure.in
parent98e2c3295141ddf8abc1a4d7665c333e10def060 (diff)
downloadhdf5-948a75a79321f87733369fade2471fc993d6b442.zip
hdf5-948a75a79321f87733369fade2471fc993d6b442.tar.gz
hdf5-948a75a79321f87733369fade2471fc993d6b442.tar.bz2
[svn-r3029] Purpose:
Bug Fix Description: Some platforms, when building static libraries, complain that libc doesn't have dlopen and friends. Solution: libtool supports workarounds for this. The one used here may not work, but it's an attempt to correct it. If it doesn't work, then there's something going on which I'm not privvy to... Platforms tested: (untested as of yet)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7c5ab9e..243742e 100644
--- a/configure.in
+++ b/configure.in
@@ -208,6 +208,7 @@ export AR
AC_PROG_MAKE_SET
AC_PROG_INSTALL
+AC_LIBTOOL_DLOPEN
AM_PROG_LIBTOOL
AC_MSG_CHECKING(make)