[svn-r4883] Purpose:

Bug Fix
Description:
	For some reason, a wrong line was introduced into the ltconfig in my
	"Major Hack(tm)" stuff.
Solution:
	Removed this line, which isn't supposed to be there cause that's why
	the Major Hack was there to begin with.
Platforms tested:
	NERSC machine and Pacific Blue
This commit is contained in:
Bill Wendling 2002-01-30 16:16:33 -05:00
parent cb905d215e
commit e2e0424f2f

View File

@ -1289,11 +1289,11 @@ else
case "$hname" in
*pacific.llnl.gov* | *s0*)
hardcode_libdir_flag_spec='${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
;;
hardcode_libdir_flag_spec=' '
;;
*)
hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
;;
;;
esac
hardcode_libdir_separator=':'