- Issue #17029: Let h2py search the multiarch system include directory.

This commit is contained in:
doko@python.org 2013-01-25 13:19:35 +01:00
commit 0c77bf757f
5 changed files with 18 additions and 0 deletions

4
configure vendored
View file

@ -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