--- libaitsess/configure.in 2011/09/07 15:59:46 1.3.2.2 +++ libaitsess/configure.in 2013/01/17 13:10:49 1.7.2.1 @@ -1,8 +1,8 @@ # # $Author: misho $ -# $Id: configure.in,v 1.3.2.2 2011/09/07 15:59:46 misho Exp $ +# $Id: configure.in,v 1.7.2.1 2013/01/17 13:10:49 misho Exp $ # -AC_INIT(libaitsess, 3.0, misho@elwix.org) +AC_INIT(libaitsess, 4.0, misho@elwix.org) AC_CONFIG_SRCDIR([src/aitsess.c]) AC_CONFIG_HEADERS([inc/config.h]) @@ -21,6 +21,7 @@ LDFLAGS="-L/usr/local/lib ${LDFLAGS}" # Checks for libraries. AC_CHECK_LIB(pthread, [pthread_create]) +AC_CHECK_LIB(elwix, [array_Init]) # Checks for header files. @@ -33,6 +34,7 @@ AC_FUNC_MALLOC AC_FUNC_MMAP AC_CHECK_FUNCS([bzero memset munmap]) AC_CHECK_FUNCS([pthread_create pthread_exit]) +AC_CHECK_FUNCS([shm_open shm_unlink]) # It's stupid, but not all platforms have union semun, even those that need it. AC_MSG_CHECKING(looking for union semun in sys/sem.h)