Remove redefinition of strndup() which is no longer used in the codebase

This commit is contained in:
Even Rouault
2013-08-12 20:49:19 +02:00
parent b3bce4d594
commit 1a957c2edc
4 changed files with 1 additions and 31 deletions

View File

@@ -35,7 +35,7 @@ AC_FUNC_VPRINTF
AC_FUNC_MEMCMP
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS(strcasecmp strdup strndup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp setlocale)
AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp setlocale)
#check if .section.gnu.warning accepts long strings (for __warn_references)
AC_LANG_PUSH([C])