From 27118b074fe67cb189826bb669e7be38e548056e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 3 Dec 1999 02:10:41 +0000 Subject: [PATCH] * ltconfig.in (irix6*): Do not override deplibs_check_method here. --- ChangeLog | 3 +++ ltconfig.in | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 07ede8247..dd758a5c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-12-03 Alexandre Oliva + * 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 diff --git a/ltconfig.in b/ltconfig.in index 3e3060283..3eda1904e 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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 -- 2.47.3