* support/packihx/configure.in,
[fw/sdcc] / support / packihx / configure.in
index eb12f16f290a933d4f57634972ec271e0456733d..1d79c0ffd85c53760aad77edf7f47aea8a3378a3 100644 (file)
@@ -1,14 +1,9 @@
 AC_INIT(packihx.c)
 AC_CONFIG_HEADER(config.h:config_in.h)
-AC_PREREQ(2.13)
+AC_PREREQ(2.54)
 
 AC_PROG_CC
 
-# Defaults are for gcc on a 32 bit machine
-if test "$ac_cv_prog_cc_cross" = "yes"; then
-  AC_MSG_WARN("Cannot determine the sizeof basic types while cross compiling.  Using gcc on a 32 bit machine defaults.")
-fi
-
 AC_CHECK_SIZEOF(char, 1)
 AC_CHECK_SIZEOF(short, 2)
 AC_CHECK_SIZEOF(int, 4)