summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 13:20:46 +0100
committerdoko@python.org <doko@python.org>2013-01-25 13:20:46 +0100
commit6951fea3abb64a3820d623efce182fefdcbae978 (patch)
tree3aa2c832db8a43b2d274737f1452f538d4f5a60c /configure
parent35f284b75e7c4e35c57575b8839efc15fc12daad (diff)
parent0c77bf757f94945b9e11a3d1f44ee47466866fd0 (diff)
downloadcpython-git-6951fea3abb64a3820d623efce182fefdcbae978.tar.gz
- Issue #17029: Let h2py search the multiarch system include directory.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 2b52d511cb..3dc6c3a928 100755
--- a/configure
+++ b/configure
@@ -684,6 +684,7 @@ BLDLIBRARY
DLLLIBRARY
LDLIBRARY
LIBRARY
+MULTIARCH
BUILDEXEEXT
EGREP
GREP
@@ -5351,6 +5352,9 @@ hp*|HP*)
esac;;
esac
+MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBRARY" >&5