aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2013-01-25 01:49:00 -0500
committerCory Fields <theuni-nospam-@xbmc.org>2013-03-11 00:23:15 -0400
commit465568d447d87b053e14807bc73967a90286068a (patch)
treedab876c60c006127f8b683faf64f3cf1c2db7328 /configure.in
parent7d1c5238d1ee0b8ef395d47edb324be020e5951d (diff)
depends: remove android hack for python now that correct libdeps are defined
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ab418deaa4..9c4f1f3b72 100644
--- a/configure.in
+++ b/configure.in
@@ -1009,8 +1009,6 @@ AC_CHECK_LIB([bluetooth], [hci_devid],, AC_MSG_RESULT([Could not find suitable
AC_CHECK_LIB([yajl], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([tinyxml], [main],, AC_MSG_ERROR($missing_library))
if test "$target_platform" = "target_android" ; then
- #android hack for static python. Required to maintain correct linking order.
- AC_CHECK_LIB([python$PYTHON_VERSION], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([android], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([log], [__android_log_vprint],, AC_MSG_ERROR($missing_library))
fi