summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-30 10:12:33 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-30 15:08:34 +0100
commit79822d46e3d7785ae7b02272e6661f15a61f4b5e (patch)
tree44266d8b29140fe0a42bc9f8d67c7aada417c0c9
parentbb73cf0941ba9d34eb2ecf82d10ecb5fc5d2362d (diff)
downloadlibguestfs-79822d46e3d7785ae7b02272e6661f15a61f4b5e.tar.gz
libguestfs-79822d46e3d7785ae7b02272e6661f15a61f4b5e.tar.xz
libguestfs-79822d46e3d7785ae7b02272e6661f15a61f4b5e.zip
configure: Comment fix.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9e17b4e2..e8c77873 100644
--- a/configure.ac
+++ b/configure.ac
@@ -742,7 +742,7 @@ AS_IF([test "x$valgrind" != "xno"],[
fi
])
-dnl Check for OCaml (optional, for OCaml bindings).
+dnl Check for OCaml (optional, for OCaml bindings and OCaml tools).
OCAMLC=no
OCAMLFIND=no
AC_ARG_ENABLE([ocaml],
@@ -762,7 +762,7 @@ AM_CONDITIONAL([HAVE_OCAML],
AM_CONDITIONAL([HAVE_OCAMLDOC],
[test "x$OCAMLDOC" != "xno"])
-dnl Check for Perl (optional, for Perl bindings).
+dnl Check for Perl (optional, for Perl bindings and Perl tools).
PERL=no
AC_ARG_ENABLE([perl],
AS_HELP_STRING([--disable-perl], [Disable Perl language bindings]),