--- configure.original 2015-10-29 18:46:24.265606881 +0100 +++ configure.patched 2015-10-29 18:58:57.557052037 +0100 @@ -628,8 +628,8 @@ # look first in the lib32 directories if test "x$checklib32" = "xyes" ; then i32=`echo $i | sed -e 's|lib$|lib32|' -e 's|lib/|lib32/|'` - #i="$i32 $i" - i="$i32" + i="$i32 $i" + #i="$i32" fi # look first in the lib64 directories if test "x$checklinux64" = "xyes" ; then @@ -1894,6 +1894,9 @@ sgicc) logmsg "Will check 32bit libraries" checklib32="yes" ;; +linux) + logmsg "Will check 32bit libraries" + checklib32="yes" ;; linuxppc64*|sgicc64) logmsg "Will ONLY check 64bit libraries" checkonlylib64="yes" ;;