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

Collapse All | Expand All

(-)opalang.orig//configure (-8 lines)
Lines 226-239 Link Here
226
        echo "Your ocaml installation seems broken, please fix it"
226
        echo "Your ocaml installation seems broken, please fix it"
227
        false
227
        false
228
    fi >&2
228
    fi >&2
229
    if RET=$(_build/test.native); then
230
        echo-ok $RET
231
    else
232
        R=$?
233
        echo-err $RET
234
        echo "Your ocaml seems to be a 32bit version. Please install a native 64 bit package."
235
        false
236
    fi >&2
237
    rm -rf /tmp/${DIR#/tmp/}
229
    rm -rf /tmp/${DIR#/tmp/}
238
    trap - EXIT
230
    trap - EXIT
239
    cd "$OPA_SOURCE_DIR"
231
    cd "$OPA_SOURCE_DIR"

Return to bug 375415