From c5955af8e1b572b08818aef18fb60c6c8de5a182 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. (cherry picked from commit 79822d46e3d7785ae7b02272e6661f15a61f4b5e) --- configure.ac | 4 ++-- 1 file 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]), -- cgit