diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-06-09 16:38:08 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-06-09 16:38:08 +0000 |
| commit | 3310959dfae1c99c32667f598c5fdc07b72dd622 (patch) | |
| tree | 70e77531c67f7010705af42baae1c653a27436f0 | |
| parent | Handle case of function call faling. Fixes bug 1501150. (diff) | |
| download | inkscape-3310959dfae1c99c32667f598c5fdc07b72dd622.tar.gz inkscape-3310959dfae1c99c32667f598c5fdc07b72dd622.zip | |
Applied patch #1503069
(bzr r1190)
| -rw-r--r-- | configure.ac | 4 |
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 |
