--- libaitwww/configure.in 2012/07/22 22:16:33 1.3.2.1 +++ libaitwww/configure.in 2012/07/31 22:59:32 1.3.2.2 @@ -1,6 +1,6 @@ # # $Author: misho $ -# $Id: configure.in,v 1.3.2.1 2012/07/22 22:16:33 misho Exp $ +# $Id: configure.in,v 1.3.2.2 2012/07/31 22:59:32 misho Exp $ # AC_INIT(libaitwww, 1.3, misho@elwix.org) AC_CONFIG_SRCDIR([src/aitwww.c]) @@ -21,8 +21,10 @@ CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS} LDFLAGS="-L/usr/local/lib ${LDFLAGS}" +AC_CHECK_LIB(aitio, [mpool_malloc]) + # Checks for header files. -AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h unistd.h]) +AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h unistd.h aitio.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE