Blob Blame History Raw
--- frama-c-Beryllium-20090902/configure	2009-09-23 11:22:26.000000000 -0400
+++ frama-c-Beryllium-20090902-build/configure	2010-01-17 07:03:17.767405278 -0500
@@ -2647,7 +2647,7 @@
 if test "$OCAMLGRAPH_EXISTS" == "yes"; then
  test_ocamlgraph_version='print_string Graph.Version.version;;'
  echo $test_ocamlgraph_version > test_ocamlgraph.ml
- if ocamlc -o test_ocamlgraph $OCAMLGRAPH graph.cmo test_ocamlgraph.ml 2> /dev/null; then
+ if ocamlc -o test_ocamlgraph $OCAMLGRAPH graph.cma test_ocamlgraph.ml 2> /dev/null; then
   OCAMLGRAPH_VERSION=`./test_ocamlgraph`
   case $OCAMLGRAPH_VERSION in
   1.3) { $as_echo "$as_me:$LINENO: ocamlgraph $OCAMLGRAPH_VERSION found" >&5