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-05-01 14:51:35 +0100
commitc5955af8e1b572b08818aef18fb60c6c8de5a182 (patch)
tree43640b792523e8452cd3f96bc8916b52c134f955
parent9f69251f7192ea24c9561235844bf1632a14576d (diff)
downloadlibguestfs-c5955af8e1b572b08818aef18fb60c6c8de5a182.tar.gz
libguestfs-c5955af8e1b572b08818aef18fb60c6c8de5a182.tar.xz
libguestfs-c5955af8e1b572b08818aef18fb60c6c8de5a182.zip
configure: Comment fix.
(cherry picked from commit 79822d46e3d7785ae7b02272e6661f15a61f4b5e)
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d1c6a896..0f9cbaa1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -724,7 +724,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],
@@ -744,7 +744,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]),