--- libaitsched/configure.in 2014/05/19 23:14:08 1.34.2.5 +++ libaitsched/configure.in 2014/05/19 23:27:30 1.34.2.6 @@ -1,6 +1,6 @@ # # $Author: misho $ -# $Id: configure.in,v 1.34.2.5 2014/05/19 23:14:08 misho Exp $ +# $Id: configure.in,v 1.34.2.6 2014/05/19 23:27:30 misho Exp $ # AC_INIT(libaitsched, 5.2, misho@elwix.org) AC_CONFIG_SRCDIR([src/aitsched.c]) @@ -37,7 +37,7 @@ AC_TYPE_SIZE_T # Checks for library functions. AC_FUNC_MALLOC -AC_CHECK_FUNCS([clock_gettime memset strerror timer_create timer_settime timer_delete]) +AC_CHECK_FUNCS([clock_gettime memset strerror timer_create timer_settime timer_delete strlcat strlcpy]) DEBUG=no AC_MSG_CHECKING(Debug Build)