[Libreoffice-commits] .: configure.in

Jesús Corrius jcorrius at kemper.freedesktop.org
Wed Dec 8 08:54:17 PST 2010


 configure.in |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 3d62c011132a71d053f7d91c3f49de93df166846
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Wed Dec 8 17:51:03 2010 +0100

    On Windows use always internal Python

diff --git a/configure.in b/configure.in
old mode 100644
new mode 100755
index 1510d03..00f5ce3
--- a/configure.in
+++ b/configure.in
@@ -4523,6 +4523,9 @@ dnl ===================================================================
 dnl Check for system python
 dnl ===================================================================
 AC_MSG_CHECKING([which python to use])
+if test "$_os" = "WINNT"; then
+   with_system_python=no
+fi
 if test "$_os" = "Darwin" && test "$with_system_python" != "no"; then
    with_system_python=yes
    AC_MSG_RESULT([compiling against MacOSX10.4u.sdk (python version 2.3)])


More information about the Libreoffice-commits mailing list