Code

Applied patch #1503069
authorjoncruz <joncruz@users.sourceforge.net>
Fri, 9 Jun 2006 16:38:08 +0000 (16:38 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Fri, 9 Jun 2006 16:38:08 +0000 (16:38 +0000)
configure.ac

index 6a71e8d5552eb1102337924962447a2c15dbe833..859706a8f4b7ead48c19f758dda95dbbad7c03be 100644 (file)
@@ -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