diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2 (patch) | |
tree | d3bb9f5d25a2dc09ca81adecf39621d871534297 /kalzium/configure.in.bot | |
download | tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.tar.gz tdeedu-ce599e4f9f94b4eb00c1b5edb85bce5431ab3df2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kalzium/configure.in.bot')
-rw-r--r-- | kalzium/configure.in.bot | 26 |
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 |