summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-06-09 16:38:08 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-06-09 16:38:08 +0000
commit3310959dfae1c99c32667f598c5fdc07b72dd622 (patch)
tree70e77531c67f7010705af42baae1c653a27436f0
parentHandle case of function call faling. Fixes bug 1501150. (diff)
downloadinkscape-3310959dfae1c99c32667f598c5fdc07b72dd622.tar.gz
inkscape-3310959dfae1c99c32667f598c5fdc07b72dd622.zip
Applied patch #1503069
(bzr r1190)
-rw-r--r--configure.ac4
1 files 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