configure: Remove the memset check and the HAVE_MEMSET macro

The compatibility workaround png_memset() has been removed long ago.
The availability of memset() is a platform requirement.
This commit is contained in:
Cosmin Truta
2018-08-11 00:47:18 -04:00
parent f5d48df418
commit 6c059f8f5b
3 changed files with 0 additions and 17 deletions

View File

@@ -144,7 +144,6 @@ AC_C_RESTRICT
# Checks for library functions.
AC_FUNC_STRTOD
AC_CHECK_FUNCS([memset], , AC_MSG_ERROR(memset not found in libc))
AC_CHECK_FUNCS([pow], , AC_CHECK_LIB(m, pow, , AC_MSG_ERROR(cannot find pow)) )
# Some later POSIX 1003.1 functions are required for test programs, failure here