summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-19 15:21:23 +0100
committerAndras Timar <atimar@suse.com>2013-02-20 16:30:14 +0100
commit83b4703137fdf49304e41202cc91a5574b2e53e7 (patch)
tree163bb413b01e520fa949e7887dbd48c7ed5fa6b3 /configure.ac
parent41095e934bcd83e08a472c8fb53743cd3f8e926c (diff)
fdo#49202 install the "Python-UNO Bridge" component on Windows unconditionally
Change-Id: I1d9d62b024c4442182d67d93915af0f793265ebd
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 37b18cc8033b..25145caf5145 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10254,16 +10254,6 @@ AC_SUBST(ENABLE_SCRIPTING_JAVASCRIPT)
AC_SUBST(SYSTEM_RHINO)
AC_SUBST(RHINO_JAR)
-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_SCRIPTING_PYTHON"
-else
- ENABLE_SCRIPTING_PYTHON=YES
-fi
-AC_SUBST(ENABLE_SCRIPTING_PYTHON)
-
supports_multilib=
case "$host_cpu" in
x86_64 | powerpc64 | s390x)