diff options
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3e98bd3..8c75106 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -230,7 +230,7 @@ AC_MSG_CHECKING(for headers required to compile python extensions) dnl deduce PYTHON_INCLUDES py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` -PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" +PYTHON_INCLUDES="`$PYTHON-config --includes`" if test "$py_prefix" != "$py_exec_prefix"; then PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" fi diff --git a/debian/changelog b/debian/changelog index 7643608..b6890b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libappindicator (12.10.1-0ubuntu2) UNRELEASED; urgency=low + + * acinclude.m4: Fix python multi-arch include issues. + + -- Chris J Arges <chris.j.arges@canonical.com> Thu, 17 Jan 2013 15:25:28 -0600 + libappindicator (12.10.1-0ubuntu1) UNRELEASED; urgency=low * debian/control: |