From 1f3496e204cd305264d27a362f34fdcb6fa5f693 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 30 Nov 2012 10:23:23 +0100 Subject: Turn Python Scripting Provider from bundled extension to plain code To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed the UNO implementation identifier org.openoffice.pyuno.LanguageScriptProviderForPython to org.libreoffice.pyuno.LanguageScriptProviderForPython. Also, existing installations of the extension are explicitly not migrated to new user profiles. Change-Id: Id3dd66ba5e52e0962f7ad0ccb5e4ad5b0bec97fa --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4b518314018a..4cfcb92c7e13 100644 --- a/configure.ac +++ b/configure.ac @@ -10182,7 +10182,7 @@ dnl Scripting provider for Python extension? dnl We always provide this unless we have disabled Python completely if test $enable_python = no; then ENABLE_SCRIPTING_PYTHON=NO - SCPDEFS="$SCPDEFS -DWITHOUT_EXTENSION_SCRIPTING_PYTHON" + SCPDEFS="$SCPDEFS -DWITHOUT_SCRIPTING_PYTHON" else ENABLE_SCRIPTING_PYTHON=YES fi -- cgit