summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 720176f)
raw | patch | inline | side by side (parent: 720176f)
author | joncruz <joncruz@users.sourceforge.net> | |
Fri, 9 Jun 2006 16:38:08 +0000 (16:38 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Fri, 9 Jun 2006 16:38:08 +0000 (16:38 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 6a71e8d5552eb1102337924962447a2c15dbe833..859706a8f4b7ead48c19f758dda95dbbad7c03be 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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
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