<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/configure
+++ b/configure
@@ -4190,37 +4190,6 @@ _ACEOF
 
 fi
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking match between Berkeley DB header files and runtime" &gt;&amp;5
-$as_echo_n "checking match between Berkeley DB header files and runtime... " &gt;&amp;6; }
-if test "$cross_compiling" = yes; then :
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" &gt;&amp;5
-$as_echo "$as_me: error: in \`$ac_pwd':" &gt;&amp;2;}
-as_fn_error $? "cannot run test program while cross compiling
-See \`config.log' for more details" "$LINENO" 5; }
-else
-  cat confdefs.h - &lt;&lt;_ACEOF &gt;conftest.$ac_ext
-/* end confdefs.h.  */
-#include &lt;db.h&gt;
-int
-main ()
-{
-int M, m; db_version(&amp;M, &amp;m, 0);
-			       return DB_VERSION_MAJOR != M || DB_VERSION_MINOR != m;
-  ;
-  return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
-
-else
-  as_fn_error $? "Berkeley DB header file does not match the library file" "$LINENO" 5
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" &gt;&amp;5
-$as_echo "yes" &gt;&amp;6; }
 ac_config_files="$ac_config_files Makefile"
 
 cat &gt;confcache &lt;&lt;\_ACEOF
</pre></body></html>