summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 12:08:27 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 12:08:27 (GMT)
commit4e63fbe04dc23bf58e47ce3bd307797e084b83b8 (patch)
tree8cb1347421f1c3509d48dc48eeea965d64cb19a0 /configure
parentb09ec9b6184dc81050449c3173238f88ab6cd875 (diff)
downloadcpython-4e63fbe04dc23bf58e47ce3bd307797e084b83b8.zip
cpython-4e63fbe04dc23bf58e47ce3bd307797e084b83b8.tar.gz
cpython-4e63fbe04dc23bf58e47ce3bd307797e084b83b8.tar.bz2
- 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 056f69b..10d77b1 100755
--- a/configure
+++ b/configure
@@ -686,6 +686,7 @@ BUILDEXEEXT
EGREP
GREP
CPP
+MULTIARCH
MAINCC
CXX
OBJEXT
@@ -4281,6 +4282,9 @@ $as_echo "$as_me: WARNING:
" >&2;}
fi
+MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+
+
# checks for UNIX variants that set C preprocessor variables