summaryrefslogtreecommitdiffstats
path: root/src/auto/configure
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-14 19:22:34 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-14 19:22:34 +0100
commit323cb95120f8e0ba0116ddd87dda7956f80d7388 (patch)
treed8510d9cb8555dd8b975720405b82ea5724b49d6 /src/auto/configure
parentd6e256c31aef8fc9268d10c0fa3073785d4c3723 (diff)
updated for version 7.3.378v7.3.378
Problem: When cross-compiling the check for uint32_t fails. Solution: Only give a warning message. (Maksim Melnikau)
Diffstat (limited to 'src/auto/configure')
-rwxr-xr-xsrc/auto/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure
index ff2e13b21d..8b7279225a 100755
--- a/src/auto/configure
+++ b/src/auto/configure
@@ -11777,7 +11777,8 @@ _ACEOF
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking uint32_t is 32 bits" >&5
$as_echo_n "checking uint32_t is 32 bits... " >&6; }
if test "$cross_compiling" = yes; then :
- as_fn_error "could not compile program using uint32_t." "$LINENO" 5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot check uint32_t when cross-compiling." >&5
+$as_echo "$as_me: WARNING: cannot check uint32_t when cross-compiling." >&2;}
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */