- add configure check for wsprintf

This commit is contained in:
Bryce Denney 2001-10-05 06:08:24 +00:00
parent 7fcffe0c38
commit 02f53d023a
2 changed files with 329 additions and 256 deletions

584
bochs/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@ AC_CHECK_FUNCS(strtouq, AC_DEFINE(BX_HAVE_STRTOUQ))
AC_CHECK_FUNCS(strdup, AC_DEFINE(BX_HAVE_STRDUP))
AC_CHECK_FUNCS(usleep, AC_DEFINE(BX_HAVE_USLEEP))
AC_CHECK_FUNCS(nanosleep, AC_DEFINE(BX_HAVE_NANOSLEEP))
AC_CHECK_FUNCS(wsprintf, AC_DEFINE(BX_HAVE_WSPRINTF))
AC_MSG_CHECKING(for struct timeval)
AC_TRY_COMPILE([#include <sys/time.h>],