summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2015-03-18 13:12:12 +1300
committerOlly Betts <olly@survex.com>2015-03-18 13:12:12 +1300
commiteec4e7e2eea8e819b5460aeb10d7290e9efff041 (patch)
tree2800f6312645aaed136d9795c42e7acdead73cc9
parent6d80e406999c2074d307d51e612daab683c6efea (diff)
downloadswig-eec4e7e2eea8e819b5460aeb10d7290e9efff041.tar.gz
Use the ocamlc configure found
-rw-r--r--Examples/test-suite/ocaml/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/ocaml/Makefile.in b/Examples/test-suite/ocaml/Makefile.in
index 9a4e008b9..d5d533e1c 100644
--- a/Examples/test-suite/ocaml/Makefile.in
+++ b/Examples/test-suite/ocaml/Makefile.in
@@ -3,7 +3,7 @@
#######################################################################
LANGUAGE = ocaml
-OCAMLC = ocamlc
+OCAMLC = @OCAMLC@
VARIANT = _static
SCRIPTSUFFIX = _runme.ml