[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
This commit is contained in:
Bill Wendling 2001-07-13 16:37:21 -05:00
parent ef471b914e
commit 8fd191342f

View File

@ -1284,7 +1284,7 @@ else
hname="`hostname`"
case "$hname" in
*pacific.llnl.gov* | gs01015)
*pacific.llnl.gov* | *gs01015*)
hardcode_libdir_flag_spec=' '
;;
*)