git.annexia.org
/
virt-top.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a8acd0
)
Fix detection of ocaml-findlib.
author
Richard Jones
<rjones@redhat.com>
Wed, 30 Dec 2009 15:22:54 +0000
(15:22 +0000)
committer
Richard Jones
<rjones@redhat.com>
Wed, 30 Dec 2009 15:22:54 +0000
(15:22 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
c1e08aa
..
3c91d4d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-26,7
+26,7
@@
dnl Check for basic OCaml environment & findlib.
AC_PROG_OCAML
AC_PROG_FINDLIB
-if test "x$OCAMLFIND" = "x"; then
+if test "x$OCAMLFIND" = "x
no
"; then
AC_MSG_ERROR([OCaml findlib is required])
fi