<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fix:

error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
--- configure.orig	2009-07-09 17:03:57.000000000 -0500
+++ configure	2021-01-23 01:47:41.000000000 -0600
@@ -4337,6 +4337,7 @@
 cat confdefs.h &gt;&gt;conftest.$ac_ext
 cat &gt;&gt;conftest.$ac_ext &lt;&lt;_ACEOF
 /* end confdefs.h.  */
+#include &lt;stdlib.h&gt;
 #include &lt;sys/stat.h&gt;
 int
 main ()
@@ -6275,6 +6276,7 @@
 cat &gt;&gt;conftest.$ac_ext &lt;&lt;_ACEOF
 /* end confdefs.h.  */
 
+#include &lt;stdlib.h&gt;
 #include &lt;sys/types.h&gt;
 #include &lt;regex.h&gt;
 main() {
</pre></body></html>