--- libaitsched/configure.in 2014/01/28 16:58:33 1.33 +++ libaitsched/configure.in 2014/02/01 14:06:07 1.33.2.2 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.33 2014/01/28 16:58:33 misho Exp $ +# $Id: configure.in,v 1.33.2.2 2014/02/01 14:06:07 misho Exp $ # -AC_INIT(libaitsched, 5.0, misho@elwix.org) +AC_INIT(libaitsched, 5.1, misho@elwix.org) AC_CONFIG_SRCDIR([src/aitsched.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -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)