Skip to content

Commit

Permalink
Added /usr/local/lib64 self-compiled pilot-link libs can get put here.
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmon committed Jan 7, 2015
1 parent 718b095 commit 728884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pilotlibs=${FORCE_PILOT_LIBS:-no}
PILOT_LIBS="-lpisock"

if test "$pilotlibs" = "no" ; then
for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ \
for pilot_libs in $pilot_prefix/lib /usr/lib /usr/local/lib/ /usr/local/lib64 \
/usr/extra/pilot/lib $pilot_prefix/lib64 /usr/lib64 ; do
if test -r $pilot_libs/libpisock.so >/dev/null 2>&1 ; then
pilotlibs=yes
Expand Down

0 comments on commit 728884d

Please sign in to comment.