| 1 | --- a/source3/configure |
| 2 | +++ b/source3/configure |
| 3 | @@ -13285,10 +13285,7 @@ if test x"$libreplace_cv_HAVE_GETADDRINF |
| 4 | # see bug 5910, use our replacements if we detect |
| 5 | # a broken system. |
| 6 | if test "$cross_compiling" = yes; then : |
| 7 | - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 8 | -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 9 | -as_fn_error "cannot run test program while cross compiling |
| 10 | -See \`config.log' for more details." "$LINENO" 5; } |
| 11 | + $as_echo "assuming valid getaddrinfo without bug 5910" >&2 |
| 12 | else |
| 13 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14 | /* end confdefs.h. */ |
| 15 | |