commit | 4e63fbe04dc23bf58e47ce3bd307797e084b83b8 | [log] [tgz] |
---|---|---|
author | doko@python.org <doko@python.org> | Fri Jan 25 13:08:27 2013 +0100 |
committer | doko@python.org <doko@python.org> | Fri Jan 25 13:08:27 2013 +0100 |
tree | 8cb1347421f1c3509d48dc48eeea965d64cb19a0 | |
parent | b09ec9b6184dc81050449c3173238f88ab6cd875 [diff] [blame] |
- Issue #17029: Let h2py search the multiarch system include directory.
diff --git a/configure b/configure index 056f69b..10d77b1 100755 --- a/configure +++ b/configure
@@ -686,6 +686,7 @@ EGREP GREP CPP +MULTIARCH MAINCC CXX OBJEXT @@ -4281,6 +4282,9 @@ " >&2;} fi +MULTIARCH=$($CC --print-multiarch 2>/dev/null) + + # checks for UNIX variants that set C preprocessor variables