summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-19 20:57:37 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-19 20:57:37 +0000
commitecd4f459fb9e4befe2496139479d56ff01bb9b33 (patch)
treebd74ed86c8ab4fd5d8ab208db6b9a50168cd6f16
parentb7851ae5e335ca4ec5554da09cd3c131913cd7d1 (diff)
downloadtdeedu-ecd4f459.tar.gz
tdeedu-ecd4f459.zip
Fix kdeedu FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1259745 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kalzium/configure.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/kalzium/configure.in.in b/kalzium/configure.in.in
index 9d44e5dd..99e2acca 100644
--- a/kalzium/configure.in.in
+++ b/kalzium/configure.in.in
@@ -50,9 +50,9 @@ if test "x$with_ocamlsolver" != xno; then
if test "$eqchem_enabled" = "yes"; then
EQCHEM_SUB=solver
OCAMLLIB=`ocamlc -where`
- OCAMLLIB_FLAGS=-L$(OCAMLLIB)
+ OCAMLLIB_FLAGS="-L$OCAMLLIB"
FACILELIB=`ocamlc -where`/facile
- FACILELIB_FLAGS=-L$(FACILELIB)
+ FACILELIB_FLAGS="-L$FACILELIB"
EQCHEM_LDADD="-lasmrun -lnums -lm -ldl solver.o modwrap.o"
AC_DEFINE(HAVE_FACILE, 1)