From 78be41558181ebed1b03f4e5b766ad7fe73a857c Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 4 Oct 2003 04:54:47 +0000 Subject: 2003-10-03 H.J. Lu * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX. --- ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltconfig') diff --git a/ltconfig b/ltconfig index f49a2cf..0a8c7d2 100755 --- a/ltconfig +++ b/ltconfig @@ -1179,7 +1179,7 @@ hpux9* | hpux10* | hpux11*) shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. if test "X$HPUX_IA64_MODE" = X32; then - sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32/usr/local/lib" + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi -- cgit v1.1