Ticket #35713: configure.patch

File configure.patch, 545 bytes (added by jmroot (Joshua Root), 12 years ago)
  • configure

    old new  
    17251725echo "$as_me: error: Wyrd requires OCaml version 3.08 or greater." >&2;}
    17261726   { (exit 1); exit 1; }; }
    17271727else
    1728    if test $OCAMLMINORVERSION -lt 8 ; then
     1728   if test $OCAMLMAJORVERSION -eq 3 -a $OCAMLMINORVERSION -lt 8 ; then
    17291729      { { echo "$as_me:$LINENO: error: Wyrd requires OCaml version 3.08 or greater." >&5
    17301730echo "$as_me: error: Wyrd requires OCaml version 3.08 or greater." >&2;}
    17311731   { (exit 1); exit 1; }; }