summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-07-13 21:34:23 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-07-13 21:34:23 (GMT)
commitfad3a7752953ac088ea517e948f324f798abc4ce (patch)
tree69bc7300c8377a36ab03ad48f75498a1fa1d60f5 /bin
parent291c8b9bfc1dc38b8ba353b7cf926ae1728fa327 (diff)
downloadhdf5-fad3a7752953ac088ea517e948f324f798abc4ce.zip
hdf5-fad3a7752953ac088ea517e948f324f798abc4ce.tar.gz
hdf5-fad3a7752953ac088ea517e948f324f798abc4ce.tar.bz2
[svn-r4203]
Purpose: Hack Fix Description: In order for my hack to work on the gseaborg machines at NERSC, there needed to be *'s before and after the hostname so that the pattern matching would work. Solution: Added them. Platforms tested: gseaborg machine
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=' '
;;
*)