sim: drop duplicate header checks

The SIM_AC_COMMON macro already checks for a bunch of headers, so specific
sim ports need not do it themselves.
This commit is contained in:
Mike Frysinger
2015-02-19 03:50:11 -05:00
parent 0800b440df
commit 5cddc23a3a
52 changed files with 218 additions and 313 deletions

View File

@@ -444,7 +444,6 @@ AC_PATH_X
mips_extra_libs=""
AC_SUBST(mips_extra_libs)
AC_CHECK_HEADERS(string.h strings.h stdlib.h stdlib.h)
AC_CHECK_LIB(m, fabs)
AC_CHECK_FUNCS(aint anint sqrt)