git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add StaticMultiList for MultiContentList-styled content
[enigma2.git]
/
acinclude.m4
diff --git
a/acinclude.m4
b/acinclude.m4
index d1a5a04d0a6b6daa09561f8c863b3fa323254d8f..4ece919bcc32d296ecb815063c685a08d758ec0c 100644
(file)
--- 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])
# 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
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