mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-13 03:42:37 +01:00
19 lines
288 B
Diff
19 lines
288 B
Diff
--- a/config/acinclude.m4
|
|
+++ b/config/acinclude.m4
|
|
@@ -664,6 +664,7 @@ cat >conftest.c <<EOF
|
|
int
|
|
main ()
|
|
{
|
|
+ #include <stdlib.h>
|
|
exit(0);
|
|
}
|
|
EOF
|
|
@@ -702,6 +703,7 @@ AC_CACHE_CHECK([for build system executable suffix],
|
|
int
|
|
main ()
|
|
{
|
|
+ #include <stdlib.h>
|
|
exit (0);
|
|
}
|
|
EOF
|