X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fpackihx%2Fconfigure.in;h=1d79c0ffd85c53760aad77edf7f47aea8a3378a3;hb=f1182cccc77772a8f461ec08225dedfff76fac2a;hp=eb12f16f290a933d4f57634972ec271e0456733d;hpb=81cd49cd3298b973e88c4b9cdce1fa6f86a2f2b0;p=fw%2Fsdcc diff --git a/support/packihx/configure.in b/support/packihx/configure.in index eb12f16f..1d79c0ff 100644 --- a/support/packihx/configure.in +++ b/support/packihx/configure.in @@ -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)