]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.378 v7.3.378
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2011 18:22:34 +0000 (19:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2011 18:22:34 +0000 (19:22 +0100)
Problem:    When cross-compiling the check for uint32_t fails.
Solution:   Only give a warning message. (Maksim Melnikau)

src/auto/configure
src/configure.in
src/version.c

index ff2e13b21dade22d5ab47360f8f84bbe08787463..8b7279225a36c61bf955f2944464f96a8a115548 100755 (executable)
@@ -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.  */
index 7a2b186afbe4f6dc5bf9a2d7fb32826a7e2b2720..8e3aa8db5016af3b9e554ded4bb4747fae71f269 100644 (file)
@@ -3283,7 +3283,7 @@ main() {
 }],
 AC_MSG_RESULT(ok),
 AC_MSG_ERROR([WRONG!  uint32_t not defined correctly.]),
-AC_MSG_ERROR([could not compile program using uint32_t.]))
+AC_MSG_WARN([cannot check uint32_t when cross-compiling.]))
 
 dnl Check for memmove() before bcopy(), makes memmove() be used when both are
 dnl present, fixes problem with incompatibility between Solaris 2.4 and 2.5.
index 6fa74b43f376db4930c614e37a2d7605b59f5c68..16abb870d94261f988458e74e9ecd85745d8f54c 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    378,
 /**/
     377,
 /**/