X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bbfe3b4c706d6e9cf6a9e07188454b5fd6a802e0..a738e919ad41a7b3795580d32f08d08c91116a17:/acinclude.m4?ds=sidebyside diff --git a/acinclude.m4 b/acinclude.m4 index d1a5a04d..4ece919b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -410,7 +410,10 @@ AC_DEFUN([AC_PYTHON_DEVEL],[ # Check for Python include path AC_MSG_CHECKING([for Python include path]) - python_path=`echo $PYTHON | sed "s,/bin.*$,,"` + # FIXME: + # we hardcode for i686 host and mipsel target here. + # the whole thing is broken. fix this. + python_path=`echo $PYTHON | sed "s,/bin.*$,," | sed "s,i686,mipsel,"` for i in "$python_path/include/python$PYTHON_VERSION/" "$python_path/include/python/" "$python_path/" ; do python_path=`find $i -type f -name Python.h -print | sed "1q"` if test -n "$python_path" ; then