--- Configure.org 2008-11-12 19:10:55.000000000 -0500 +++ Configure 2008-11-12 19:25:59.000000000 -0500 @@ -150,7 +150,12 @@ LSOF_LIB_NO="" LSOF_LINUX_INCL="" LSOF_PL="" -LSOF_RANLIB="ranlib \${LIB}" +if test "X$LSOF_RANLIB" = "X" # { +then + LSOF_RANLIB="ranlib \${LIB}" +else + LSOF_RANLIB="${LSOF_RANLIB} \${LIB}" +fi # } LSOF_SCRIPT_CALL="yes" LSOF_SPMKF="" LSOF_TMP1=""