From 79822d46e3d7785ae7b02272e6661f15a61f4b5e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 30 Apr 2012 10:12:33 +0100 Subject: configure: Comment fix. --- configure.ac | 4 ++-- 1 file 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]), -- cgit