diff options
author | beenje <beenje@svn> | 2009-10-11 16:56:36 +0000 |
---|---|---|
committer | beenje <beenje@svn> | 2009-10-11 16:56:36 +0000 |
commit | 4fe1cd7beeca4e0f0baa845ae3fea3304757c85f (patch) | |
tree | 0b62f9e1aea0ead816824d7b9aae1217ad3863cd /configure.in | |
parent | c8137cab0c7fadb37d93227d9e992b4161c031c9 (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.in | 3 |
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],, |