configure: check for strndup

pull/1/merge
William Pitcock 2012-04-30 18:11:42 +00:00
parent df45d850b7
commit feb26b8168
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ AC_PREREQ([2.68])
AC_INIT([pkgconf], [0.1.1], [http://jira.atheme.org/])
AC_CONFIG_SRCDIR([pkg.c])
AC_CONFIG_HEADERS([config.h])
AC_CHECK_FUNCS([strlcpy strlcat])
AC_CHECK_FUNCS([strlcpy strlcat strndup])
AC_PROG_CPP
AC_PROG_CC