From: Felix Domke Date: Mon, 22 Sep 2008 12:38:04 +0000 (+0000) Subject: also handle -isystem X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=a1595050bc43d70aa8df213c0c7ac8217d61b778 also handle -isystem --- diff --git a/acinclude.m4 b/acinclude.m4 index 3bb5b10..b71c89f 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