Don't declare calloc() and realloc() if not necessary.

This commit is contained in:
Jesse Thilo
1999-04-13 19:53:42 +00:00
parent bbcb769c0e
commit f9b730cd59
4 changed files with 65 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ AM_C_PROTOTYPES
dnl Checks for library functions.
AC_FUNC_ALLOCA
AC_CHECK_FUNCS(mkstemp setlocale)
BISON_NEED_DECLARATIONS(calloc realloc)
AM_GNU_GETTEXT