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

(-)config/configure.in (-1 / +1 lines)
Lines 486-492 Link Here
486
else
486
else
487
  OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
487
  OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
488
  case "$OCAMLVERSION" in
488
  case "$OCAMLVERSION" in
489
    "$REQUIRED_OCAML"*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
489
    "$REQUIRED_OCAML"*|3.11.*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
490
    *)
490
    *)
491
        echo "Need build"
491
        echo "Need build"
492
        BUILD_OCAML=yes
492
        BUILD_OCAML=yes

Return to bug 299060