From 8fd191342f86b3fecadad7d34a3530e4e59f0602 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 13 Jul 2001 16:37:21 -0500 Subject: [svn-r4205] Purpose: Forward Port Description: Forward port of the hack fix applied to the 1.4 branch. This corrects the previous hack by putting *'s in the pattern matching so that they'd match the gseaborg machine correctly. Platforms tested: gseaborg --- bin/ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ltconfig b/bin/ltconfig index 5a2788c..24ad505 100755 --- a/bin/ltconfig +++ b/bin/ltconfig @@ -1284,7 +1284,7 @@ else hname="`hostname`" case "$hname" in - *pacific.llnl.gov* | gs01015) + *pacific.llnl.gov* | *gs01015*) hardcode_libdir_flag_spec=' ' ;; *) -- cgit v0.12