summaryrefslogtreecommitdiffstats
path: root/kalzium/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'kalzium/configure.in.bot')
-rw-r--r--kalzium/configure.in.bot26
1 files changed, 26 insertions, 0 deletions
diff --git a/kalzium/configure.in.bot b/kalzium/configure.in.bot
new file mode 100644
index 00000000..6bc3c088
--- /dev/null
+++ b/kalzium/configure.in.bot
@@ -0,0 +1,26 @@
+if test x$eqchem_enabled = xno && test x$with_ocamlsolver != xno ; then
+ cat << EOF
+
+The Kalzium Chemical Equation Solver has been disabled. Possible
+reasons of that:
+
+EOF
+
+ if test "x$ocaml_installed" = "xno"; then
+ cat << EOF
+* OCaml was not found. In order to have the Solver, you have to
+ install OCaml. You can get OCaml from http://pauillac.inria.fr/ocaml/.
+
+EOF
+ fi
+
+ if test "x$facile_installed" = "xno"; then
+ cat << EOF
+* The FaCiLe module for OCaml was not found. In order to have the Solver,
+ you have to install the FaCiLe module. You can get it from
+ http://www.recherche.enac.fr/opti/facile/.
+
+EOF
+ fi
+
+fi