--- libaitsched/configure.in 2014/01/28 16:59:27 1.33.2.1 +++ libaitsched/configure.in 2014/02/01 14:06:07 1.33.2.2 @@ -1,6 +1,6 @@ # # $Author: misho $ -# $Id: configure.in,v 1.33.2.1 2014/01/28 16:59:27 misho Exp $ +# $Id: configure.in,v 1.33.2.2 2014/02/01 14:06:07 misho Exp $ # AC_INIT(libaitsched, 5.1, 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]) +AC_CHECK_FUNCS([clock_gettime memset strerror timer_create timer_settime timer_delete]) DEBUG=no AC_MSG_CHECKING(Debug Build)