- Issue #17029: Let h2py search the multiarch system include directory.
diff --git a/configure b/configure
index 1f00599..00a1007 100755
--- a/configure
+++ b/configure
@@ -688,6 +688,7 @@
 DLLLIBRARY
 LDLIBRARY
 LIBRARY
+MULTIARCH
 BUILDEXEEXT
 EGREP
 GREP
@@ -4750,6 +4751,9 @@
     esac;;
 esac
 
+MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+
+
 
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBRARY" >&5