Browse Source

Solved repl_realloc issue

pull/866/head
himanshushinde 7 years ago
parent
commit
aaf5656e7b
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      configure.ac

+ 4
- 2
configure.ac View File

@@ -40,8 +40,10 @@ AC_TYPE_SIZE_T
# Checks for library functions.
AC_FUNC_VPRINTF
AC_FUNC_MEMCMP
AC_FUNC_MALLOC
AC_FUNC_REALLOC
#AC_FUNC_MALLOC
AC_CHECK_FUNCS([malloc])
#AC_FUNC_REALLOC
AC_CHECK_FUNCS([realloc])
AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp setlocale)
AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]])
AC_CHECK_DECLS([nan], [], [], [[#include <math.h>]])


Loading…
Cancel
Save