aboutsummaryrefslogtreecommitdiff
blob: 98493894ab2bf3efb0b08f81a6e5e0dcfe3efa3f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- vim73/src/configure.in
+++ vim73/src/configure.in
@@ -3180,7 +3180,7 @@
 }],
 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([could not check 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.