[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)
This commit is contained in:
Bill Wendling 2000-11-29 17:26:45 -05:00
parent 98e2c32951
commit 948a75a793
2 changed files with 525 additions and 523 deletions

1047
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -208,6 +208,7 @@ export AR
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_LIBTOOL_DLOPEN
AM_PROG_LIBTOOL
AC_MSG_CHECKING(make)