mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 21:57:33 -08:00
15 lines
510 B
Diff
15 lines
510 B
Diff
autoreconf fails and it's a trivial fix to the generated configure, so let's
|
|
just patch that instead. This is fixed in autoconf itself in newer versions.
|
|
|
|
https://bugs.gentoo.org/879781
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -7685,6 +7685,7 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
#include <ctype.h>
|
|
+#include <stdlib.h>
|
|
#if ((' ' & 0x0FF) == 0x020)
|
|
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
|
|
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
|