summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 12:20:46 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 12:20:46 (GMT)
commit6951fea3abb64a3820d623efce182fefdcbae978 (patch)
tree3aa2c832db8a43b2d274737f1452f538d4f5a60c /configure.ac
parent35f284b75e7c4e35c57575b8839efc15fc12daad (diff)
parent0c77bf757f94945b9e11a3d1f44ee47466866fd0 (diff)
downloadcpython-6951fea3abb64a3820d623efce182fefdcbae978.zip
cpython-6951fea3abb64a3820d623efce182fefdcbae978.tar.gz
cpython-6951fea3abb64a3820d623efce182fefdcbae978.tar.bz2
- Issue #17029: Let h2py search the multiarch system include directory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 459141e..9379c04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -764,6 +764,9 @@ hp*|HP*)
esac;;
esac
+MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+AC_SUBST(MULTIARCH)
+
AC_SUBST(LIBRARY)
AC_MSG_CHECKING(LIBRARY)