Skip to content

Commit

Permalink
Checked for reallocarray() with AC_REPLACE_FUNCS
Browse files Browse the repository at this point in the history
  • Loading branch information
westes committed Dec 27, 2015
1 parent 5d22149 commit 5b856d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,13 @@ AC_FUNC_REALLOC
AC_CHECK_FUNCS(dup2 dnl
memset dnl
pow dnl
reallocarray dnl
regcomp dnl
setlocale dnl
strchr dnl
strdup dnl
strtol)

if test "$ac_cv_func_reallocarray" = "no" ; then
AC_LIBOBJ([reallocarray])
fi
AC_REPLACE_FUNCS(reallocarray)

AC_CONFIG_FILES(
Makefile
Expand Down

0 comments on commit 5b856d1

Please sign in to comment.