* ltconfig.in (irix6*): Do not override deplibs_check_method

here.
This commit is contained in:
Alexandre Oliva 1999-12-03 02:10:41 +00:00 committed by Alexandre Oliva
parent 6045c2443d
commit 27118b074f
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* ltconfig.in (irix6*): Do not override deplibs_check_method
here.
* libtool.m4: Do not AC_SUBST anything other than LIBTOOL.
1999-11-20 Michael Forster <email@michael-forster.de>

View File

@ -1603,8 +1603,6 @@ irix5* | irix6*)
*-64|*"-64 ") libsuff=64 shlibsuff=64 libmagic=64-bit;;
*) libsuff= shlibsuff= libmagic=never-match;;
esac
# this will be overridden with pass_all, but let us keep it just in case
deplibs_check_method="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
;;
esac
shlibpath_var=LD_LIBRARY${shlibsuff}_PATH