Allow bytecode compilation.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Jul 2011 17:33:47 +0000 (18:33 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Jul 2011 17:33:47 +0000 (18:33 +0100)
commit7dc8ab0a896859c51973982c607f92a215a435cc
treec6abb2ae4cfe6045015cc5f922702efd8a2c7d3e
parentef2ecdec4f01f57342610f68e5b21a4a65296e6b
Allow bytecode compilation.

Bytecode compilation (ocamlc) is selected automatically if the native
code compiler (ocamlopt) is not available on this platform.

Also the packager or developer may force bytecode compilation for
easier debugging by doing:

  ./configure --without-native
Makefile.am
configure.ac