aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbeenje <beenje@svn>2009-10-11 16:56:36 +0000
committerbeenje <beenje@svn>2009-10-11 16:56:36 +0000
commit4fe1cd7beeca4e0f0baa845ae3fea3304757c85f (patch)
tree0b62f9e1aea0ead816824d7b9aae1217ad3863cd /configure.in
parentc8137cab0c7fadb37d93227d9e992b4161c031c9 (diff)
fixed: python wrapping for powerpc-linux and powerpc64-linux
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23601 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e1d4e5b6ed..c2d729cd8f 100644
--- a/configure.in
+++ b/configure.in
@@ -617,8 +617,7 @@ else
fi
# External Python
-if test "$use_external_libraries" = "yes" || test "$use_external_python" = "yes" || \
- $(test "$host_cpu" = "powerpc" && test "$host_vendor" != "apple"); then
+if test "$use_external_libraries" = "yes" || test "$use_external_python" = "yes"; then
AC_CHECK_LIB([python2.6], [main],,
[AC_CHECK_LIB([python2.5], [main],,
[AC_CHECK_LIB([python2.4], [main],,