2020-11-16 08:52:49 +00:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
2021-07-13 20:30:24 +00:00
|
|
|
@@ -4661,6 +4661,7 @@ $as_echo_n "checking build system compil
|
2020-11-16 08:52:49 +00:00
|
|
|
# remove anything that might look like compiler output to our "||" expression
|
|
|
|
rm -f conftest* a.out b.out a.exe a_out.exe
|
|
|
|
cat >conftest.c <<EOF
|
|
|
|
+#include <stdlib.h>
|
|
|
|
int
|
|
|
|
main ()
|
|
|
|
{
|
2021-07-13 20:30:24 +00:00
|
|
|
@@ -4693,6 +4694,7 @@ $as_echo_n "checking build system compil
|
2020-11-16 08:52:49 +00:00
|
|
|
# remove anything that might look like compiler output to our "||" expression
|
|
|
|
rm -f conftest* a.out b.out a.exe a_out.exe
|
|
|
|
cat >conftest.c <<EOF
|
|
|
|
+#include <stdlib.h>
|
|
|
|
int
|
|
|
|
main ()
|
|
|
|
{
|
2021-07-13 20:30:24 +00:00
|
|
|
@@ -4729,6 +4731,7 @@ $as_echo_n "checking build system compil
|
2020-11-16 08:52:49 +00:00
|
|
|
# remove anything that might look like compiler output to our "||" expression
|
|
|
|
rm -f conftest* a.out b.out a.exe a_out.exe
|
|
|
|
cat >conftest.c <<EOF
|
|
|
|
+#include <stdlib.h>
|
|
|
|
int
|
|
|
|
main ()
|
|
|
|
{
|
2021-07-13 20:30:24 +00:00
|
|
|
@@ -4779,6 +4782,7 @@ else
|
2020-11-16 08:52:49 +00:00
|
|
|
gmp_cv_prog_exeext_for_build="$EXEEXT"
|
|
|
|
else
|
|
|
|
cat >conftest.c <<EOF
|
|
|
|
+#include <stdlib.h>
|
|
|
|
int
|
|
|
|
main ()
|
|
|
|
{
|