aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-09-22 12:38:04 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-09-22 12:38:04 +0000
commita1595050bc43d70aa8df213c0c7ac8217d61b778 (patch)
tree2f03d8f1e822f79464ba0d04747e485c30b78459 /acinclude.m4
parentf6f6b6f4d1eff7c6979721c9ea0b9857a8e59f36 (diff)
downloadenigma2-a1595050bc43d70aa8df213c0c7ac8217d61b778.tar.gz
enigma2-a1595050bc43d70aa8df213c0c7ac8217d61b778.zip
also handle -isystem
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3bb5b10b..b71c89f4 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -414,6 +414,7 @@ AC_DEFUN([AC_PYTHON_DEVEL],[
python_path=
for i in $CPPFLAGS ; do
p=`echo $i | sed "s,^-I,,"`
+ p=`echo $p | sed "s,^-isystem,,"`
if test -f "$p/python$cross_PYTHON_VERSION/Python.h"; then
python_path="$p/python$cross_PYTHON_VERSION"
break