configure: check for strlcpy and strlcat

pull/1/merge
William Pitcock 2012-04-30 06:05:55 +00:00
parent fe812746c4
commit 863498bfad
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +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_PROG_CPP
AC_PROG_CC