Ticket #35713: configure.patch
File configure.patch, 545 bytes (added by jmroot (Joshua Root), 12 years ago) |
---|
-
configure
old new 1725 1725 echo "$as_me: error: Wyrd requires OCaml version 3.08 or greater." >&2;} 1726 1726 { (exit 1); exit 1; }; } 1727 1727 else 1728 if test $OCAMLM INORVERSION -lt 8 ; then1728 if test $OCAMLMAJORVERSION -eq 3 -a $OCAMLMINORVERSION -lt 8 ; then 1729 1729 { { echo "$as_me:$LINENO: error: Wyrd requires OCaml version 3.08 or greater." >&5 1730 1730 echo "$as_me: error: Wyrd requires OCaml version 3.08 or greater." >&2;} 1731 1731 { (exit 1); exit 1; }; }