mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Regenerated: autoconf configure.in
This commit is contained in:
parent
91eaf586e5
commit
317d1e4eb6
6
configure
vendored
6
configure
vendored
@ -3445,12 +3445,12 @@ else
|
||||
#line 3446 "configure"
|
||||
#include "confdefs.h"
|
||||
#include <stdio.h>
|
||||
int main()
|
||||
main()
|
||||
{
|
||||
FILE *f=fopen("conftestval", "w");
|
||||
if (!f) return(1);
|
||||
if (!f) exit(1);
|
||||
fprintf(f, "%d\n", sizeof(long double));
|
||||
return(0);
|
||||
exit(0);
|
||||
}
|
||||
EOF
|
||||
if { (eval echo configure:3457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user