* libltdl/config/ltmain.m4sh [darwin]: Don't check for "bundle"

in file path.
Reported by Christoph Egger <Christoph_Egger@gmx.de>.
This commit is contained in:
Ralf Wildenhues 2005-10-17 14:06:36 +00:00 committed by Peter O'Gorman
parent 16ef6d9b8e
commit 387a8e8f26
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/config/ltmain.m4sh [darwin]: Don't check for "bundle"
in file path.
Reported by Christoph Egger <Christoph_Egger@gmx.de>.
2005-10-14 Gary V. Vaughan <gary@gnu.org>
* libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Don't nest AC_MSG_CHECKING/

View File

@ -3720,7 +3720,7 @@ func_mode_link ()
# if the lib is a (non-dlopened) module then we can not
# link against it, someone is ignoring the earlier warnings
if /usr/bin/file -L $add 2> /dev/null |
$GREP "bundle" >/dev/null ; then
$GREP ": [[^:]]* bundle" >/dev/null ; then
if test "X$dlopenmodule" != "X$lib"; then
$ECHO "*** Warning: lib $linklib is a module, not a shared library"
if test -z "$old_library" ; then