Commit | Line | Data |
---|---|---|
93b71f3b VM |
1 | --- a/src/auto/configure |
2 | +++ b/src/auto/configure | |
3 | @@ -11641,10 +11641,7 @@ _ACEOF | |
4 | ||
5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking uint32_t is 32 bits" >&5 | |
6 | $as_echo_n "checking uint32_t is 32 bits... " >&6; } | |
7 | -if test "$cross_compiling" = yes; then : | |
8 | - as_fn_error "could not compile program using uint32_t." "$LINENO" 5 | |
9 | -else | |
10 | - cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
11 | +cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
12 | /* end confdefs.h. */ | |
13 | ||
14 | #ifdef HAVE_STDINT_H | |
15 | @@ -11660,7 +11657,7 @@ main() { | |
16 | exit(0); | |
17 | } | |
18 | _ACEOF | |
19 | -if ac_fn_c_try_run "$LINENO"; then : | |
20 | +if ac_fn_c_try_compile "$LINENO"; then : | |
21 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 | |
22 | $as_echo "ok" >&6; } | |
23 | else | |
24 | @@ -11668,8 +11665,6 @@ else | |
25 | fi | |
26 | rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |
27 | conftest.$ac_objext conftest.beam conftest.$ac_ext | |
28 | -fi | |
29 | - | |
30 | ||
31 | ||
32 | bcopy_test_prog=' |