From b60fe4ba7525ee49d74b8d6b2dcd06fd3cb458e5 Mon Sep 17 00:00:00 2001 From: joncruz Date: Fri, 9 Jun 2006 16:38:08 +0000 Subject: [PATCH] Applied patch #1503069 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6a71e8d55..859706a8f 100644 --- a/configure.ac +++ b/configure.ac @@ -342,7 +342,7 @@ dnl ****************************** AC_MSG_CHECKING(for Perl development environment) AC_ARG_WITH(perl, - AC_HELP_STRING([--with-perl], [use Perl for embedded scripting]), + AC_HELP_STRING([--with-perl], [use Perl for embedded scripting (EXPERIMENTAL)]), [with_perl=$withval], [with_perl=skipped]) if test "x$with_perl" = "xyes"; then @@ -385,7 +385,7 @@ dnl ****************************** AC_MSG_CHECKING(for Python development environment) AC_ARG_WITH(python, - AC_HELP_STRING([--with-python], [use Python for embedded scripting]), + AC_HELP_STRING([--with-python], [use Python for embedded scripting (EXPERIMENTAL)]), [with_python=$withval], [with_python=skipped]) if test "x$with_python" = "xyes"; then -- 2.30.2