- 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