Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275997
Collapse All | Expand All

(-)root/configure.orig (-1 / +1 lines)
Lines 333-339 Link Here
333
    done
333
    done
334
    slibs=""
334
    slibs=""
335
    for i in $lib ; do
335
    for i in $lib ; do
336
        for ext in .so .sl .dylib .dll.a ; do      # .dll.a for cygwin gcc
336
        for ext in .o .so .sl .dylib .dll.a ; do      # .dll.a for cygwin gcc
337
            slibs="$slibs $i$ext"
337
            slibs="$slibs $i$ext"
338
        done
338
        done
339
    done
339
    done

Return to bug 275997