- search for strtouq lib function now too

This commit is contained in:
Bryce Denney 2001-05-17 06:57:57 +00:00
parent 416f52f3e8
commit b49cb8b00a
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ AC_CHECK_SIZEOF(int *)
AC_CHECK_FUNCS(select, AC_DEFINE(BX_HAVE_SELECT))
AC_CHECK_FUNCS(snprintf, AC_DEFINE(BX_HAVE_SNPRINTF))
AC_CHECK_FUNCS(strtoull, AC_DEFINE(BX_HAVE_STRTOULL))
AC_CHECK_FUNCS(strtouq, AC_DEFINE(BX_HAVE_STRTOUQ))
AC_CHECK_FUNCS(strdup, AC_DEFINE(BX_HAVE_STRDUP))
AC_MSG_CHECKING(if compiler allows empty structs)