* configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS.

This commit is contained in:
Eli Zaretskii
2005-05-20 11:32:51 +00:00
parent c60fe18b5c
commit 194134a184
2 changed files with 7 additions and 1 deletions

View File

@@ -418,7 +418,7 @@ AC_CHECK_HEADERS(ctype.h time.h)
AC_CHECK_DECLS([free, malloc, realloc])
AC_CHECK_DECLS([strerror, strstr])
AC_CHECK_DECLS(getopt)
AC_CHECK_DECLS([getopt, snprintf, vsnprintf])
# ----------------------- #
# Checks for structures. #