mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-11 15:48:21 +02:00
Closes: https://bugs.gentoo.org/900182 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
13 lines
265 B
Diff
13 lines
265 B
Diff
--- a/acinclude.m4
|
|
+++ b/acinclude.m4
|
|
@@ -165,7 +165,9 @@
|
|
[AC_TRY_RUN(
|
|
changequote(<<, >>)dnl
|
|
<<
|
|
-main()
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
+int main(void)
|
|
{
|
|
/* Some versions of memcmp are not 8-bit clean. */
|
|
char c0 = 0x40, c1 = 0x80, c2 = 0x81;
|