Partially implemented RFE #2471534 and some other minor improvements
[fw/sdcc] / support / packihx / configure.in
index eb12f16f290a933d4f57634972ec271e0456733d..aa26a0dae63c68d2cf28a6b1a2cc7c5a1ab13629 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.60)
 
 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)