Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380303 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.orig (-1 lines)
Lines 1767-1773 Link Here
1767
gallium_require_llvm() {
1767
gallium_require_llvm() {
1768
    if test "x$MESA_LLVM" = x0; then
1768
    if test "x$MESA_LLVM" = x0; then
1769
        case "$host_cpu" in
1769
        case "$host_cpu" in
1770
        i*86|x86_64) AC_MSG_ERROR([LLVM is required to build $1 on x86 and x86_64]);;
1771
        esac
1770
        esac
1772
    fi
1771
    fi
1773
}
1772
}

Return to bug 380303