diff options
author | doko@python.org <doko@python.org> | 2013-01-25 12:12:29 (GMT) |
---|---|---|
committer | doko@python.org <doko@python.org> | 2013-01-25 12:12:29 (GMT) |
commit | 3e6e2ac31d8b847f65240f333e54322880adc914 (patch) | |
tree | 838a33d8a357315cbfc457e1e129f163bae742d3 /configure | |
parent | e7e9c321959c46f7a5c84c38ae61eda89f616e70 (diff) | |
download | cpython-3e6e2ac31d8b847f65240f333e54322880adc914.zip cpython-3e6e2ac31d8b847f65240f333e54322880adc914.tar.gz cpython-3e6e2ac31d8b847f65240f333e54322880adc914.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
@@ -688,6 +688,7 @@ BLDLIBRARY DLLLIBRARY LDLIBRARY LIBRARY +MULTIARCH BUILDEXEEXT EGREP GREP @@ -4750,6 +4751,9 @@ hp*|HP*) esac;; esac +MULTIARCH=$($CC --print-multiarch 2>/dev/null) + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBRARY" >&5 |