Kaydet (Commit) cf439329 authored tarafından Jesús Corrius's avatar Jesús Corrius

On Windows use always internal Python

üst 0edb0764
...@@ -4523,6 +4523,9 @@ dnl =================================================================== ...@@ -4523,6 +4523,9 @@ dnl ===================================================================
dnl Check for system python dnl Check for system python
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([which python to use]) 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 if test "$_os" = "Darwin" && test "$with_system_python" != "no"; then
with_system_python=yes with_system_python=yes
AC_MSG_RESULT([compiling against MacOSX10.4u.sdk (python version 2.3)]) AC_MSG_RESULT([compiling against MacOSX10.4u.sdk (python version 2.3)])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment