summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-07-13 21:37:21 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-07-13 21:37:21 (GMT)
commit8fd191342f86b3fecadad7d34a3530e4e59f0602 (patch)
tree14fa7501f338ae3a17d8bb23273efdf1045372fc /bin
parentef471b914eb4d57e2945c654bc7103da137b1c67 (diff)
downloadhdf5-8fd191342f86b3fecadad7d34a3530e4e59f0602.zip
hdf5-8fd191342f86b3fecadad7d34a3530e4e59f0602.tar.gz
hdf5-8fd191342f86b3fecadad7d34a3530e4e59f0602.tar.bz2
[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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ltconfig2
1 files changed, 1 insertions, 1 deletions
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=' '
;;
*)