diff options
author | doko@python.org <doko@python.org> | 2013-01-25 12:20:46 (GMT) |
---|---|---|
committer | doko@python.org <doko@python.org> | 2013-01-25 12:20:46 (GMT) |
commit | 6951fea3abb64a3820d623efce182fefdcbae978 (patch) | |
tree | 3aa2c832db8a43b2d274737f1452f538d4f5a60c /configure | |
parent | 35f284b75e7c4e35c57575b8839efc15fc12daad (diff) | |
parent | 0c77bf757f94945b9e11a3d1f44ee47466866fd0 (diff) | |
download | cpython-6951fea3abb64a3820d623efce182fefdcbae978.zip cpython-6951fea3abb64a3820d623efce182fefdcbae978.tar.gz cpython-6951fea3abb64a3820d623efce182fefdcbae978.tar.bz2 |
- Issue #17029: Let h2py search the multiarch system include directory.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |